From dfffff2a59983466748211944bc02013f4eba4b4 Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Tue, 23 Dec 2014 00:03:52 +0400 Subject: fdo#87185 add verbs before entries in image context menu Change-Id: I902c40d2d88857eec4fd30c36af19ca3af0c2d98 Reviewed-on: https://gerrit.libreoffice.org/13616 Reviewed-by: Yousuf Philips Tested-by: Yousuf Philips --- sw/source/ui/app/mn.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui') 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 ; -- cgit