diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-23 00:03:52 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-23 01:56:48 +0000 |
commit | dfffff2a59983466748211944bc02013f4eba4b4 (patch) | |
tree | f40d2022fb8cb3dea023892f714db3b464a276ce /sw/source/ui/app | |
parent | a5811c70bb443190a76a52585580659f96a58a04 (diff) |
fdo#87185 add verbs before entries in image context menu
Change-Id: I902c40d2d88857eec4fd30c36af19ca3af0c2d98
Reviewed-on: https://gerrit.libreoffice.org/13616
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r-- | sw/source/ui/app/mn.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index 5d57cf111df2..18319a6bc045 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -330,7 +330,7 @@ {\ Identifier = FN_INSERT_CAPTION ;\ HelpId = CMD_FN_INSERT_CAPTION ;\ - Text [ en-US ] = "~Caption..." ;\ + Text [ en-US ] = "Insert ~Caption..." ;\ }; #define MN_TAB1 \ @@ -1243,7 +1243,7 @@ Menu MN_GRF_POPUPMENU { Identifier = FN_FORMAT_GRAFIC_DLG ; HelpId = CMD_FN_FORMAT_GRAFIC_DLG ; - Text [ en-US ] = "~Image..." ; + Text [ en-US ] = "Format ~Image..." ; }; SEPARATOR ; |