[Libreoffice-commits] core.git: framework/source svx/source sw/source

Yousuf Philips philipz85 at hotmail.com
Tue Nov 18 01:28:45 PST 2014


 framework/source/classes/resource.src |    2 +-
 svx/source/stbctrls/stbctrls.src      |   12 ++++++------
 sw/source/uibase/utlui/statusbar.src  |   10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 62155d261117f1f99c9e494b17286012d9e6908e
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sat Nov 15 04:22:50 2014 +0400

    fdo#82708 editing statusbar tooltip texts
    
    Change-Id: I3ac2e46f89d5c1e4decb6d6aaf8487663e904a43
    Reviewed-on: https://gerrit.libreoffice.org/12433
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index 8411220..c54eaa3 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: */
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 3a997bc..3ad69cf 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -24,11 +24,11 @@
  // Strings ---------------------------------------------------------------
 String RID_SVXSTR_INSERT_HELPTEXT
 {
-    Text [ en-US ] = "Insert mode." ;
+    Text [ en-US ] = "Insert mode. Click to change to overwrite mode." ;
 };
 String RID_SVXSTR_OVERWRITE_HELPTEXT
 {
-    Text [ en-US ] = "Overwrite mode, text will be overwritten when typing." ;
+    Text [ en-US ] = "Overwrite mode. Click to change to insert mode." ;
 };
 String RID_SVXSTR_OVERWRITE_TEXT
 {
@@ -123,7 +123,7 @@ String RID_SVXSTR_FIT_SLIDE
 
 String RID_SVXSTR_ZOOMTOOL_HINT
 {
-    Text [ en-US ] = "Zoom level. Click for dialog box and right-click for zoom list";
+    Text [ en-US ] = "Zoom level. Right-click to change zoom level or click to open Zoom dialog.";
 };
 
 String RID_SVXSTR_ZOOM
@@ -133,12 +133,12 @@ String RID_SVXSTR_ZOOM
 
 String RID_SVXSTR_ZOOM_IN
 {
-    Text [ en-US ] = "Zoom in";
+    Text [ en-US ] = "Zoom In";
 };
 
 String RID_SVXSTR_ZOOM_OUT
 {
-    Text [ en-US ] = "Zoom out";
+    Text [ en-US ] = "Zoom Out";
 };
 
  // PopupMenu -------------------------------------------------------------
@@ -162,7 +162,7 @@ Menu RID_SVXMNU_ZOOM
         {
             Identifier = ZOOM_OPTIMAL ;
             HelpId = HID_MNU_ZOOM_OPTIMAL ;
-            Text [ en-US ] = "Optimal" ;
+            Text [ en-US ] = "Optimal View" ;
         };
         MenuItem
         {
diff --git a/sw/source/uibase/utlui/statusbar.src b/sw/source/uibase/utlui/statusbar.src
index dcb5bba..493beb3 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: */


More information about the Libreoffice-commits mailing list