diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-12-01 22:51:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 04:47:22 -0600 |
commit | 0d4e04b8378ca3e142c8b2f2c50851b3c74df012 (patch) | |
tree | 6b15e53631bf28b20b3cd4a6ade62de371a70179 /officecfg | |
parent | 5bb15993486b60c3c339f83953e67171ca537d40 (diff) |
fdo#43637 Two commands with the same name "Backspace"
One of them emulates the "Backspace" and the other one "Shift+Backspace", so I renamed it accordingly
Change-Id: I8a2a9f2b5b7212d4ea385c3b5f2e47ac014accc3
Reviewed-on: https://gerrit.libreoffice.org/6887
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 1afe40e80eae..88ec469beb7c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1576,7 +1576,7 @@ </node> <node oor:name=".uno:ShiftBackspace" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Backspace</value> + <value xml:lang="en-US">Shift+Backspace</value> </prop> </node> <node oor:name=".uno:SelectWord" oor:op="replace"> |