diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-03 15:09:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-03 21:02:18 +0200 |
commit | 866112dba79b677dfefd35f19933c5aa3f338967 (patch) | |
tree | 79faf9c9e8c7c77dec02849adb384eab106ac8d9 /officecfg/registry | |
parent | c5dac92053f053f302ac404afe0816b4d0654158 (diff) |
Go to Page goes to a dialog, so should have an ellipsis
Change-Id: I103e171cef487310777e13289afa4a2f99fa4932
Reviewed-on: https://gerrit.libreoffice.org/52329
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/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 f27e71487151..f0f7e4f737e5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -329,7 +329,7 @@ </node> <node oor:name=".uno:GotoPage" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Go t~o Page</value> + <value xml:lang="en-US">Go t~o Page...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |