diff options
author | shubham656 <shubham656jain@gmail.com> | 2020-11-17 18:02:39 +0530 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-11-23 19:52:10 +0100 |
commit | eae8454462854a95da45e00f84359858be01ab12 (patch) | |
tree | f34bbcf65e137f60d08030898d99d86df7aed5f0 /officecfg | |
parent | f091877507618963eb186e928af5673a22f01457 (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>
(cherry picked from commit a430547ed6f543fd5f0f5ed6a804f4b7bc976065)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106430
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.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"> |