officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   10 
+++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit d9ead65397ea4b6d4bcc66cf304653bb71e14c9c
Author: Joel Madero <jmadero....@gmail.com>
Date:   Tue Aug 13 09:41:52 2013 -0700

    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 <t...@iki.fi>
    Tested-by: Tor Lillqvist <t...@iki.fi>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 76ff150..6f69a20 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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to