diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-06-20 19:00:44 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-06-20 16:12:45 +0000 |
commit | 2adb3c2b89344878fc9270d8816c2cb22ebb3713 (patch) | |
tree | ad6649eb59db1aa17af990583341ce6c2b64dd26 /officecfg | |
parent | dd095d3f1ae2b71fdff8b2d2c497d550d8ac5f28 (diff) |
tdf#84909 Additional tweaks to the standard, draw and text toolbars
Change-Id: I2a1a222855b3dfdc4147f14a559d13432745e456
Reviewed-on: https://gerrit.libreoffice.org/16388
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 8c7199cbd67f..1c679bdad9a9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -2432,7 +2432,7 @@ </node> <node oor:name=".uno:OutlineFormat" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Formatting On/Off</value> + <value xml:lang="en-US">Show Formatting</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -2440,7 +2440,7 @@ </node> <node oor:name=".uno:OutlineCollapseAll" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">First Level</value> + <value xml:lang="en-US">Show Only First Level</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -3041,7 +3041,7 @@ </node> <node oor:name=".uno:OutlineExpandAll" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">All Levels</value> + <value xml:lang="en-US">Show All Levels</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |