Thread: TOC incomplete
View Single Post
Old 06-21-2022, 09:46 AM   #17
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
Actually that ToolTip is already there:

Code:
<action name="actionCreateHTMLTOC">
   <property name="text">
    <string>&amp;Create HTML Table Of Contents</string>
   </property>
   <property name="toolTip">
    <string>Create a new HTML file using the current TOC.</string>
   </property>
  </action>
So there really is no change to the tooltip needed.

Changed menu entry to be "Create HTML from Table of Contents" to clarify things even further.

Last edited by KevinH; 06-21-2022 at 10:46 AM.
KevinH is offline   Reply With Quote