summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-10-09 10:15:43 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-10-09 10:17:15 +0200
commit22a5357484f9a31a99146b738a8716a24bf59b3a (patch)
tree7bf85e7c7a1a10b8a9f99425d600143cce6a114b
parent6bd6e19534718b7df394ed4055c71cf2f59269d0 (diff)
Improve wording on several actions
* "More Styles" (Styles dropdown) * "More Fields" (Insert field dropdown and menu) * "More Options" (Table dropdown) Change-Id: I593a1d1dd68e666d05a4ac20ae97308ad45ff18e
-rw-r--r--include/svx/dialogs.hrc1
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu2
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
-rw-r--r--svx/source/tbxctrls/tbcontrl.src7
-rw-r--r--sw/source/uibase/ribbar/workctrl.src2
5 files changed, 10 insertions, 4 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc
index d96bacb1a6dd..60e134f5f551 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 66c2c8dd014e..2c9f5f60a959 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 9fa36cfd9c38..edf9eecdccd8 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 e52611d5fd2a..ab53f861db2e 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 4acde4ce689f..ed871055336e 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..." ;
};
};
};