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

Yousuf Philips philipz85 at hotmail.com
Sun Oct 26 07:01:45 PDT 2014


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

New commits:
commit 89a04240222ff6909d37debcbf5dce614c4dd1c8
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sat Oct 25 14:31:42 2014 +0400

    fdo#62947 - Relabelling the submenu items
    
    Change-Id: I9b30634c752acfdeb13ccd567695c83a8f85d226
    Reviewed-on: https://gerrit.libreoffice.org/12093
    Reviewed-by: Matthew Francis <mjay.francis at gmail.com>
    Tested-by: Matthew Francis <mjay.francis at gmail.com>

diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index bcea9bf..a3b2f20 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -267,13 +267,13 @@
                 {\
                     Identifier = SID_PASTE_UNFORMATTED ; \
                     HelpId =  CMD_SID_PASTE_UNFORMATTED ; \
-                    Text [ en-US ] = "~Text Only" ; \
+                    Text [ en-US ] = "~Unformatted Text" ; \
                 };\
                 MenuItem\
                 {\
                     Identifier = SID_PASTE_SPECIAL ; \
                     HelpId =  CMD_SID_PASTE_SPECIAL ; \
-                    Text [ en-US ] = "~More" ; \
+                    Text [ en-US ] = "~More Options..." ; \
                 };\
             };\
         };\
@@ -284,9 +284,9 @@
     ItemList =                                                              \
     {                                                                       \
         MENU_PASTE_SPECIAL                                                  \
-        MN_RESET                                                            \
         _NUMBERING_RELATED_MENU                                             \
         SEPARATOR ;                                                         \
+        MN_RESET                                                            \
         MN_TEXT_ATTR                                                        \
         SEPARATOR ;                                                         \
         MN_TXT                                                              \


More information about the Libreoffice-commits mailing list