diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-12-06 12:25:14 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-12-07 09:47:31 +0100 |
commit | 28607477bb25edd08c42a7a1a2040a65000126de (patch) | |
tree | e0f9bd222e66cd254fb54125185e43c8a9f483c9 /officecfg/registry | |
parent | c5505f5a22917c339af4e4c840a6a1ae20e2503f (diff) |
add ... to Word Count command, because it opens a dialog
Change-Id: Icbbe71cd1d5ab8e68f743ecf0a3c0122b7317402
Reviewed-on: https://gerrit.libreoffice.org/45933
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'officecfg/registry')
-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 fb87ee73b526..d9225d631776 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2685,7 +2685,7 @@ </node> <node oor:name=".uno:WordCountDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Word Count</value> + <value xml:lang="en-US">~Word Count...</value> </prop> </node> <node oor:name=".uno:StylesMenu" oor:op="replace"> |