diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-01 16:16:11 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-01 20:26:56 +0400 |
commit | 7391f17b10d934382428fe1e7f9cb5ff68f45b76 (patch) | |
tree | c6cc14ecaa17003596f516e69fb12b16d2abfa2b /officecfg | |
parent | 3e885e2e6c7438af0d3f706614aaa7c46412ff97 (diff) |
Revert "fdo#67584 - Incorrect Flip Labels"
This reverts commit d9ead65397ea4b6d4bcc66cf304653bb71e14c9c.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 6f69a20ec416..76ff15084af1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -722,15 +722,7 @@ </node> <node oor:name=".uno:FlipVertical" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <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> + <value xml:lang="en-US">Flip Horizontally</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |