diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-29 16:52:36 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-29 16:54:53 -0500 |
commit | 9eb109edb54037f8d55d0433e11d8bc2d1f773d9 (patch) | |
tree | e447aa30a5412f4e902efa1181e81d94581b10bb /officecfg | |
parent | bb05537a68aa7a0387a0724a29557c5c9488ccb0 (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)
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 |
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 634e026c8f9a..6ba9193364a6 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"> |