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:
committed by
Tor Lillqvist
parent
02769c812e
commit
d9ead65397
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user