summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-29 16:52:36 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-29 16:54:53 -0500
commit14cb46ed91afc02dd28c32385f00c22173306864 (patch)
tree015fb4e675ae74761ed2d3e1ba57d29a61ac382c
parentdb6092bda62b2db7ae1971f01024e5f548336a25 (diff)
Changed command name to avoid confusion.
The command associated with Calc's delete key is now renamed to "Clear Contents" from the previous "Delete Contents", to resolve naming clash. Two UNO commands .uno:ClearContents and .uno:Delete both had the label "Delete Contents", which was confusing when modifying their key bindings from the UI. (fdo#31817)
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 634e026c8f..6ba9193364 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -466,7 +466,7 @@
</node>
<node oor:name=".uno:ClearContents" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Delete Contents</value>
+ <value xml:lang="en-US">Clear Contents</value>
</prop>
</node>
<node oor:name=".uno:AutoFill" oor:op="replace">