diff options
author | Christian Dywan <christian.dywan@lanedo.com> | 2011-05-18 16:06:33 +0200 |
---|---|---|
committer | Christian Dywan <christian.dywan@lanedo.com> | 2011-05-18 16:06:33 +0200 |
commit | a5792640ff40f874a9911aba74e54500ca19233e (patch) | |
tree | fca086406e90ee991b10aa467950ef7b1fbe9e8b /sd/source | |
parent | 0b26358b96e77efffed70d5b7c9a50cdd12da2a8 (diff) |
Unify Display Grid/ Grid Visible and other menu items
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/app/menuids_tmpl.src | 8 | ||||
-rw-r--r-- | sd/source/ui/dlg/tpoption.src | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src index 369ce5142325..24d00b8bd0a1 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 67c8f40341e6..4738231659bf 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 { |