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>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 3bab821..ad6175d 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>