Kaydet (Commit) d9ead653 authored tarafından Joel Madero's avatar Joel Madero Kaydeden (comit) Tor Lillqvist

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/5373Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
üst 02769c81
...@@ -722,7 +722,15 @@ ...@@ -722,7 +722,15 @@
</node> </node>
<node oor:name=".uno:FlipVertical" oor:op="replace"> <node oor:name=".uno:FlipVertical" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <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>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
<value>1</value> <value>1</value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment