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

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Mon Feb 18 07:23:58 PST 2013


 sc/source/ui/src/hdrcont.src  |   12 ++++++------
 sw/source/ui/lingu/olmenu.src |   14 ++------------
 2 files changed, 8 insertions(+), 18 deletions(-)

New commits:
commit 30be3db6ab81d7e58507bd61b2040e4e0c296852
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Sat Feb 2 12:59:06 2013 +0100

    Better wording for several Actions
    
    Change-Id: I948f10518510d017d69a883c68d4e9dda94b7bb6
    Reviewed-on: https://gerrit.libreoffice.org/1967
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/src/hdrcont.src b/sc/source/ui/src/hdrcont.src
index 6447271..f1e5972 100644
--- a/sc/source/ui/src/hdrcont.src
+++ b/sc/source/ui/src/hdrcont.src
@@ -77,19 +77,19 @@ Menu RID_POPUP_ROWHEADER
         {
             Identifier = FID_INS_ROW ;
             HelpId = CMD_FID_INS_ROW ;
-            Text [ en-US ] = "~Insert Rows" ;
+            Text [ en-US ] = "~Insert Rows Above" ;
         };
         MenuItem
         {
             Identifier = SID_DEL_ROWS ;
             HelpId = CMD_SID_DEL_ROWS ;
-            Text [ en-US ] = "~Delete Rows" ;
+            Text [ en-US ] = "~Delete Selected Rows" ;
         };
         MenuItem
         {
             Identifier = SID_DELETE ;
             HelpId = CMD_SID_DELETE ;
-            Text [ en-US ] = "De~lete Contents..." ;
+            Text [ en-US ] = "De~lete Row Contents..." ;
         };
          //------------------------------
         MenuItem { Separator = TRUE ; };
@@ -148,19 +148,19 @@ Menu RID_POPUP_COLHEADER
         {
             Identifier = FID_INS_COLUMN ;
             HelpId = CMD_FID_INS_COLUMN ;
-            Text [ en-US ] = "~Insert Columns" ;
+            Text [ en-US ] = "~Insert Columns Left" ;
         };
         MenuItem
         {
             Identifier = SID_DEL_COLS ;
             HelpId = CMD_SID_DEL_COLS ;
-            Text [ en-US ] = "~Delete Columns" ;
+            Text [ en-US ] = "~Delete Selected Columns" ;
         };
         MenuItem
         {
             Identifier = SID_DELETE ;
             HelpId = CMD_SID_DELETE ;
-            Text [ en-US ] = "D~elete Contents..." ;
+            Text [ en-US ] = "D~elete Column Contents..." ;
         };
          //------------------------------
         MenuItem { Separator = TRUE ; };
diff --git a/sw/source/ui/lingu/olmenu.src b/sw/source/ui/lingu/olmenu.src
index c5da211..5512bf0 100644
--- a/sw/source/ui/lingu/olmenu.src
+++ b/sw/source/ui/lingu/olmenu.src
@@ -40,13 +40,13 @@ Menu MN_SPELL_POPUP
             SubMenu = Menu
             {
             };
-            Text [ en-US ] = "~Add to dictionary" ;
+            Text [ en-US ] = "~Add to Dictionary" ;
         };
         MenuItem
         {
             Identifier = MN_ADD_TO_DIC_SINGLE ;
             HelpID = HID_LINGU_ADD_WORD ;
-            Text [ en-US ] = "~Add to dictionary" ;
+            Text [ en-US ] = "~Add to Dictionary" ;
         };
         MenuItem
         {
@@ -80,16 +80,6 @@ Menu MN_SPELL_POPUP
             };
             Text [ en-US ] = "Set Language for Paragraph" ;
         };
-/*
-       MenuItem
-        {
-            Identifier = MN_SET_LANGUAGE_ALL_TEXT ;
-            SubMenu = Menu
-            {
-            };
-            Text [ en-US ] = "Set Language for all Text" ;
-        };
-*/
     };
 };
 String STR_WORD


More information about the Libreoffice-commits mailing list