summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2014-11-15 04:22:50 +0400
committerCaolán McNamara <caolanm@redhat.com>2014-11-18 09:28:14 +0000
commit62155d261117f1f99c9e494b17286012d9e6908e (patch)
treeae8055836dc8bed7359b5a13127b7810605820a0 /sw
parent4b6946877788244c2b864e8b11a7bba7e9700ee6 (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 'sw')
-rw-r--r--sw/source/uibase/utlui/statusbar.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/utlui/statusbar.src b/sw/source/uibase/utlui/statusbar.src
index dcb5bbab26e4..493beb3a2023 100644
--- a/sw/source/uibase/utlui/statusbar.src
+++ b/sw/source/uibase/utlui/statusbar.src
@@ -11,11 +11,11 @@
String STR_WORDCOUNT_HINT
{
- Text [ en-US ] = "Word and character count. Click for more extensive stats";
+ Text [ en-US ] = "Word and character count. Click to open Word Count dialog.";
};
String STR_VIEWLAYOUT_ONE
{
- Text [ en-US ] = "Single page view";
+ Text [ en-US ] = "Single-page view";
};
String STR_VIEWLAYOUT_TWO
@@ -29,15 +29,15 @@ String STR_VIEWLAYOUT_BOOK
};
String STR_BOOKCTRL_HINT
{
- Text [ en-US ] = "Page number/Total pages. Click to show Navigator";
+ Text [ en-US ] = "Page number in document. Click to open Navigator window.";
};
String STR_BOOKCTRL_HINT_EXTENDED
{
- Text [ en-US ] = "Document page number/Total pages (Print page number). Click to show Navigator";
+ Text [ en-US ] = "Page number in document (Page number on printed document). Click to open Navigator window.";
};
String STR_TMPLCTRL_HINT
{
- Text [ en-US ] = "Page Style. Right-click to change style and click to modify style";
+ Text [ en-US ] = "Page Style. Right-click to change style or click to open Style dialog.";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */