diff options
author | shubham656 <shubham656jain@gmail.com> | 2020-11-17 18:02:39 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-11-23 12:51:02 +0100 |
commit | a430547ed6f543fd5f0f5ed6a804f4b7bc976065 (patch) | |
tree | 6dc6237be883d807126190ebd71b95e744d4b863 /officecfg | |
parent | 2198e91676f186d86754fd1b511530b73cbe4a83 (diff) |
tdf#126166 Change the command label for "uno:WordRightSel"
Change-Id: I6d0690cdcabaee6fe898fa7fc09d2abcd4c3f3ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105979
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
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 c420fc2f2359..2aea98007e00 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1139,7 +1139,7 @@ </node> <node oor:name=".uno:WordRightSel" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Select to Word Right</value> + <value xml:lang="en-US">Select to End of Word</value> </prop> </node> <node oor:name=".uno:WordLeftSel" oor:op="replace"> |