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>
This commit is contained in:
Joel Madero
2013-08-13 09:41:52 -07:00
committed by Tor Lillqvist
parent 02769c812e
commit d9ead65397

View File

@@ -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>