[Libreoffice-commits] .: Branch 'libreoffice-3-3' - officecfg/registry

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Nov 3 10:58:34 PDT 2010


 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |   11 ++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit a5127496cb0f627dec136d63ef97f69800d7e457
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Nov 3 11:44:20 2010 -0400

    Replace "DataForm..." to "Form..." in the menu item.

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 3c25841..634e026 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1205,12 +1205,11 @@
                     <value xml:lang="en-US">~Remove Filter</value>
                 </prop>
             </node>
-                        <node oor:name=".uno:DataForm" oor:op="replace">
-                                <prop oor:name="Label" oor:type="xs:string">
-                                        <value xml:lang="de">D~atenForm...</value>
-                                        <value xml:lang="en-US">D~ataForm...</value>
-                                </prop>
-                        </node>
+            <node oor:name=".uno:DataForm" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">F~orm...</value>
+                </prop>
+            </node>
             <node oor:name=".uno:DataSubTotals" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
                     <value xml:lang="en-US">Sub~totals...</value>


More information about the Libreoffice-commits mailing list