[Libreoffice-commits] .: sc/source

Christian Dywan cdywan at kemper.freedesktop.org
Wed May 18 07:10:00 PDT 2011


 sc/source/ui/src/globstr.src |    2 +-
 sc/source/ui/src/optdlg.src  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5bff70a55a8629d21543fb247ec01c1443e79deb
Author: Christian Dywan <christian.dywan at lanedo.com>
Date:   Wed May 18 16:05:23 2011 +0200

    Unify Display Grid/ Grid Visible and other menu items

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 91ece56..fa9a9df 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -363,7 +363,7 @@ Resource RID_GLOBSTR
     };
     String STR_UNDO_TRANSLITERATE
     {
-        Text [ en-US ] = "Case/Characters";
+        Text [ en-US ] = "~Change Case";
     };
     String STR_DB_NONAME
     {
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index a73f582..5a210d0 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -480,7 +480,7 @@ TabPage RID_SCPAGE_CONTENT
         HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GUIDELINE";
         Pos = MAP_APPFONT ( 12 , 56 ) ;
         Size = MAP_APPFONT ( 112 , 10 ) ;
-        Text [ en-US ] = "Guides ~while moving";
+        Text [ en-US ] = "Helplines ~While Moving";
     };
     CheckBox CB_HANDLES
     {


More information about the Libreoffice-commits mailing list