[Libreoffice-commits] .: officecfg/registry
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Nov 3 08:46:33 PDT 2010
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 11 ++++------
1 file changed, 5 insertions(+), 6 deletions(-)
New commits:
commit f9f5db9f565965ae243f38f32ca30d042f8b7feb
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