Scaffold: Tweak tooltip text for Run and Update button

This commit is contained in:
Dan Stillman 2022-03-02 22:30:50 -05:00
parent 5409ae3313
commit 6da38c292e

View file

@ -362,7 +362,7 @@
<hbox>
<button observes="validate-tests" label="&scaffold.testing.delete;" tooltiptext="Delete the selected tests" oncommand="Scaffold.deleteSelectedTests()"/>
<button observes="validate-tests" label="&scaffold.testing.run;" tooltiptext="Run the selected tests" oncommand="Scaffold.runSelectedTests()"/>
<button observes="validate-tests" label="&scaffold.testing.update;" tooltiptext="Run the selected tests and update the translator" oncommand="Scaffold.updateSelectedTests()"/>
<button observes="validate-tests" label="&scaffold.testing.update;" tooltiptext="Run the selected tests and update the test definitions with the latest data" oncommand="Scaffold.updateSelectedTests()"/>
</hbox>
</vbox>
<splitter resizeafter="farthest"/>