diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-15 04:22:50 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-18 09:28:14 +0000 |
commit | 62155d261117f1f99c9e494b17286012d9e6908e (patch) | |
tree | ae8055836dc8bed7359b5a13127b7810605820a0 /framework/source/classes | |
parent | 4b6946877788244c2b864e8b11a7bba7e9700ee6 (diff) |
fdo#82708 editing statusbar tooltip texts
Change-Id: I3ac2e46f89d5c1e4decb6d6aaf8487663e904a43
Reviewed-on: https://gerrit.libreoffice.org/12433
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/source/classes')
-rw-r--r-- | framework/source/classes/resource.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index 841122047e2a..c54eaa327265 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.src @@ -192,7 +192,7 @@ String STR_SET_LANGUAGE_FOR_ALL_TEXT String STR_LANGSTATUS_HINT { - Text [ en-US ] = "Text Language. Right-click to set selection or paragraph language" ; + Text [ en-US ] = "Text Language. Right-click to set character or paragraph language" ; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |