diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-25 15:36:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-27 17:32:41 +0200 |
commit | dedff8b95d521b2329ac3a5af37b909d46d5b175 (patch) | |
tree | f95c14d7c54643c0613c86ceb3e1e97a2402aa7c /officecfg | |
parent | 307b26c1bd1f2bd3ca3325a96933c1dc38b5224e (diff) |
Text Attributes launches a dialog so add ellipsis
Change-Id: Ic1725e78a34cc5fc7b76c272d4191266966a2b13
Reviewed-on: https://gerrit.libreoffice.org/54815
Tested-by: Jenkins <ci@libreoffice.org>
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 05a1d74af765..5b4a106a2cd9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -736,7 +736,7 @@ </node> <node oor:name=".uno:TextAttributes" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Text Attributes</value> + <value xml:lang="en-US">Text Attributes...</value> </prop> </node> <node oor:name=".uno:SetAnchorToChar" oor:op="replace"> |