summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
-rw-r--r--svx/source/tbxctrls/tbcontrl.src7
2 files changed, 7 insertions, 2 deletions
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