<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - "Number %NUMBERINGSAMPLE" in tooltip"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78920#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - "Number %NUMBERINGSAMPLE" in tooltip"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78920">bug 78920</a>
              from <span class="vcard"><a class="email" href="mailto:jsnhulme@gmail.com" title="Jason Hulme <jsnhulme@gmail.com>"> <span class="fn">Jason Hulme</span></a>
</span></b>
        <pre>I looked into this and in the file:
<a href="http://opengrok.libreoffice.org/xref/core/svx/source/dialog/svxbmpnumvalueset.src">http://opengrok.libreoffice.org/xref/core/svx/source/dialog/svxbmpnumvalueset.src</a>
There is a set of strings for the Bullets and Numbering tooltips:
Number 1. 2. 3.
...
Uppercase letter A) B) C)

Personally, I think the sidebar's current method produces a slightly worse
tooltips:
Number 1) 2) 3)
...
Number A B C

I have made a patch that simply replaces "Number %NUMBERSTRING" with the
correct "Number 1) 2) 3)" and changed the sidebar to use the same tooltips, but
I am not sure if this was originally done for another reason and if the
%NUMBERSTRING method of creating the sidebar tooltips should be kept and used
instead.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>