[Libreoffice-commits] .: sd/source

Christian Dywan cdywan at kemper.freedesktop.org
Wed May 18 07:13:11 PDT 2011


 sd/source/ui/app/menuids_tmpl.src |    8 ++++----
 sd/source/ui/dlg/tpoption.src     |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 8c2a62b0f65ab12e0c7920d3a9c42522d16f8e81
Author: Christian Dywan <christian.dywan at lanedo.com>
Date:   Wed May 18 16:06:33 2011 +0200

    Unify Display Grid/ Grid Visible and other menu items

diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index 1ef1ccf..8663c41 100644
--- a/sd/source/ui/app/menuids_tmpl.src
+++ b/sd/source/ui/app/menuids_tmpl.src
@@ -987,7 +987,7 @@
     {\
         Identifier = SID_GRID_VISIBLE ; \
         HelpId = CMD_SID_GRID_VISIBLE ; \
-        Text [ en-US ] = "~Visible Grid" ; \
+        Text [ en-US ] = "~Display Grid" ; \
     };
 
 #define MN_GRID_USE\
@@ -1028,7 +1028,7 @@
     {\
         Identifier = SID_HELPLINES_VISIBLE ; \
         HelpId = CMD_SID_HELPLINES_VISIBLE ; \
-        Text [ en-US ] = "~Snap Lines Visible" ; \
+        Text [ en-US ] = "~Display Snap Lines" ; \
     };
 
 #define MN_HELPLINES_USE\
@@ -1036,7 +1036,7 @@
     {\
         Identifier = SID_HELPLINES_USE ; \
         HelpId = CMD_SID_HELPLINES_USE ; \
-        Text [ en-US ] = "Snap to Snap Lines"; \
+        Text [ en-US ] = "~Snap to Snap Lines"; \
     };
 
 #define MN_HELPLINES_FRONT\
@@ -1044,7 +1044,7 @@
     {\
         Identifier = SID_HELPLINES_FRONT ; \
         HelpId = CMD_SID_HELPLINES_FRONT ; \
-        Text [ en-US ] = "Snap Lines to Front" ; \
+        Text [ en-US ] = "Snap Lines to ~Front" ; \
     };
 
 #define MN_HELPLINES \
diff --git a/sd/source/ui/dlg/tpoption.src b/sd/source/ui/dlg/tpoption.src
index 3102f34..59baa9c 100644
--- a/sd/source/ui/dlg/tpoption.src
+++ b/sd/source/ui/dlg/tpoption.src
@@ -57,7 +57,7 @@ TabPage TP_OPTIONS_CONTENTS
         Pos = MAP_APPFONT ( 12 , 97 - 69 ) ;
         Size = MAP_APPFONT ( 160 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "~Guides when moving" ;
+        Text [ en-US ] = "~Snap Lines when moving" ;
     };
     CheckBox CBX_HANDLES_BEZIER
     {


More information about the Libreoffice-commits mailing list