diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-12 10:42:51 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-18 10:27:30 +0100 |
commit | 7d76581ed37851ba1e588ecb919738e1d33784d6 (patch) | |
tree | 3f89a15462a6d6ab46589c2c224f7586192db266 /officecfg/registry/data | |
parent | a7c0039542fb015e34c56ec25f92f59a4c6ba1fa (diff) |
tdf#140579 "Continue previous numbering" -> "Add to List"
+ make "A" the accelerator key, because it does not
conflict with other keys in the Format - Lists menu.
+ add Tooltip, mostly for sake of Customize dialog, but
the tooltip will also appear in the toolbar, where this
command was recently made visible by default (
https://gerrit.libreoffice.org/c/core/+/112420 )
so tooltip is formulated compactly to give the main idea
(for those who are not willing to read the documentation
that exists and/or want the UI to tell them what to do).
Not ideal, but feasible. A better solution would require
changing the source code to show the "Label" as tooltip
for the icon, so that the "tooltip" would only appear in
the Customize dialog.
Change-Id: Ie0c80381d008d2ed7e6d51ad55942c5ac6d7272c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112309
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 3bab821f6381..ad6175d3facc 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3149,9 +3149,12 @@ </node> <node oor:name=".uno:ContinueNumbering" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Continue previous numbering</value> + <value xml:lang="en-US">~Add to List</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">“Add to List” adds selected paragraphs to an immediately preceding list.</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> </node> |