summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJoel Madero <jmadero.dev@gmail.com>2013-08-13 09:41:52 -0700
committerTor Lillqvist <tml@iki.fi>2013-08-14 05:46:09 +0000
commitd9ead65397ea4b6d4bcc66cf304653bb71e14c9c (patch)
treef6743489f878ca356e1863b16e21871403ba065c /officecfg
parent02769c812e869a2a9494582635aaf16e88c856ee (diff)
fdo#67584 - Incorrect Flip Labels
Fixed flip label (format -> flip) in writer - previously flip horizontally listed twice instead of flip vertically and flip horizontally modified: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu Change-Id: I0ceced973891699606ea6faa3ed3d8863a11c705 Reviewed-on: https://gerrit.libreoffice.org/5373 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu10
1 files changed, 9 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 76ff15084af1..6f69a20ec416 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -722,7 +722,15 @@
</node>
<node oor:name=".uno:FlipVertical" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Flip Horizontally</value>
+ <value xml:lang="en-US">Flip Vertically</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:FlipHorizontal" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Flip Horizontal</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>