mirror of
https://github.com/zotero/zotero.git
synced 2026-09-16 23:41:08 +00:00
Scaffold: Tweak tooltip text for Run and Update button
This commit is contained in:
parent
5409ae3313
commit
6da38c292e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue