officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
New commits: commit 7d76581ed37851ba1e588ecb919738e1d33784d6 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Fri Mar 12 10:42:51 2021 +0100 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Thu Mar 18 10:27:30 2021 +0100 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.tie...@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> Tested-by: Seth Chaiklin <sdc.bla...@youmail.dk> 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits