<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Notebookbar tabbed : wrong insert field tooltip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124287">bug 124287</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>tietze.heiko@gmail.com, xiscofauli@libreoffice.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Notebookbar tabbed : wrong insert field tooltip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124287#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Notebookbar tabbed : wrong insert field tooltip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124287">bug 124287</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Heiko/Xisco: thought about this patch (for Calc part)
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui
b/sc/uiconfig/scalc/ui/notebookbar.ui
index 678e0756c0c6..a3051307c157 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -5047,7 +5047,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property
name="action_name">.uno:DesignerDialog</property>
+                            <property
name="action_name">.uno:FieldMenu</property>
                             <property name="image">paragraphstylei</property>
                             <property name="relief">none</property>
                             <property name="use_underline">True</property>
diff --git a/sc/uiconfig/scalc/ui/notebookbar_compact.ui
b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
index ac6e9c0f97d9..717bd90f584f 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
@@ -4168,7 +4168,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property
name="action_name">.uno:DesignerDialog</property>
+                            <property
name="action_name">.uno:FieldMenu</property>
                             <property name="image">paragraphstylei</property>
                             <property name="relief">none</property>
                             <property name="use_underline">True</property>

Any thoughts?

Indeed, I din't find anything in
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu which
could fit more.
Or perhaps we should add an "Insert Field" block in this file so we may have a
more adequate tooltip?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>