[Libreoffice-commits] core.git: sw/source

Yousuf Philips philipz85 at hotmail.com
Mon Dec 22 17:57:11 PST 2014


 sw/source/ui/app/mn.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dfffff2a59983466748211944bc02013f4eba4b4
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Tue Dec 23 00:03:52 2014 +0400

    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 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 5d57cf1..18319a6 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 ;
 


More information about the Libreoffice-commits mailing list