wiki:FAQ_SimulateButton

Q: Is there anyway to change the "simulate" button text to "Analyze"?

A: Yes. You can set the tool.action.label element in your tool.xml to whatever you want the simulate button to display.

   <run>
     <tool>
       <action>
         <label>Analyze</label>
       </action>
       ...
     <command>...</command>
     </tool>
     <input>
     ...
     </input>
   <run>
Last modified 14 years ago Last modified on Aug 2, 2010 1:24:41 PM