[Libreoffice-commits] .: sw/source

Christian Dywan cdywan at kemper.freedesktop.org
Wed May 18 07:19:05 PDT 2011


 sw/source/core/undo/undo.src   |    2 +-
 sw/source/ui/config/optdlg.src |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6f2cc24b84ef534c83a4a4d7e69b5ad4e227debb
Author: Christian Dywan <christian.dywan at lanedo.com>
Date:   Wed May 18 16:07:10 2011 +0200

    Unify Display Grid/ Grid Visible and other menu items

diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index 928c38e..f22cb38 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -272,7 +272,7 @@ String STR_MERGE_TABLE
 
 String STR_TRANSLITERATE
 {
-    Text [ en-US ] = "Case/Characters";
+    Text [ en-US ] = "~Change Case";
 };
 
 String STR_DELNUM
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index bd95664..6d1cf12 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -59,7 +59,7 @@ TabPage TP_CONTENT_OPT
         HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_CROSS";
         Pos = MAP_APPFONT ( 12 , 14 ) ;
         Size = MAP_APPFONT ( 118 , 10 ) ;
-        Text [ en-US ] = "Guides ~while moving";
+        Text [ en-US ] = "Helplines ~While Moving";
     };
     CheckBox CB_HANDLE
     {


More information about the Libreoffice-commits mailing list