[Libreoffice-commits] core.git: include/svx officecfg/registry svx/source sw/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Thu Oct 9 01:17:42 PDT 2014


 include/svx/dialogs.hrc                                             |    1 +
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    2 +-
 svx/source/tbxctrls/tbcontrl.cxx                                    |    2 +-
 svx/source/tbxctrls/tbcontrl.src                                    |    7 ++++++-
 sw/source/uibase/ribbar/workctrl.src                                |    2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 22a5357484f9a31a99146b738a8716a24bf59b3a
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Thu Oct 9 10:15:43 2014 +0200

    Improve wording on several actions
    
    * "More Styles" (Styles dropdown)
    * "More Fields" (Insert field dropdown and menu)
    * "More Options" (Table dropdown)
    
    Change-Id: I593a1d1dd68e666d05a4ac20ae97308ad45ff18e

diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc
index d96bacb..60e134f 100644
--- a/include/svx/dialogs.hrc
+++ b/include/svx/dialogs.hrc
@@ -255,6 +255,7 @@
 #define RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE (RID_SVX_START + 199)
 #define RID_SVXSTR_CHARFONTNAME             (RID_SVX_START + 200)
 #define RID_SVXSTR_LINECOLOR                (RID_SVX_START + 201)
+#define RID_SVXSTR_MORE_STYLES              (RID_SVX_START + 202)
 
 // Strings for insert/overwrite mode
 #define RID_SVXSTR_INSERT_HELPTEXT          (RID_SVX_START + 210)
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 66c2c8d..2c9f5f6 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -303,7 +303,7 @@
       </node>
       <node oor:name=".uno:InsertField" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~More...</value>
+          <value xml:lang="en-US">~More Fields...</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>7</value>
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 9fa36cf..edf9eec 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1790,7 +1790,7 @@ struct SvxStyleToolBoxControl::Impl
 
     inline Impl( void )
         :aClearForm         ( SVX_RESSTR( RID_SVXSTR_CLEARFORM ) )
-        ,aMore              ( SVX_RESSTR( RID_SVXSTR_MORE ) )
+        ,aMore              ( SVX_RESSTR( RID_SVXSTR_MORE_STYLES ) )
         ,bSpecModeWriter    ( false )
         ,bSpecModeCalc      ( false )
     {
diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index e52611d..ab53f86 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -166,9 +166,14 @@ String RID_SVXSTR_CLEARFORM
     Text [ en-US ] = "Clear formatting";
 };
 
+String RID_SVXSTR_MORE_STYLES
+{
+    Text [ en-US ] = "More Styles...";
+};
+
 String RID_SVXSTR_MORE
 {
-    Text [ en-US ] = "More...";
+    Text [ en-US ] = "More Options...";
 };
 
 String RID_SVXSTR_TEXTCOLOR
diff --git a/sw/source/uibase/ribbar/workctrl.src b/sw/source/uibase/ribbar/workctrl.src
index 4acde4c..ed87105 100644
--- a/sw/source/uibase/ribbar/workctrl.src
+++ b/sw/source/uibase/ribbar/workctrl.src
@@ -78,7 +78,7 @@ Menu RID_INSERT_FIELD_CTRL
         {
             Identifier = FN_INSERT_FIELD ;
             HelpId = CMD_FN_INSERT_FIELD ;
-            Text [ en-US ] = "More..." ;
+            Text [ en-US ] = "More Fields..." ;
         };
     };
 };


More information about the Libreoffice-commits mailing list