Add missing tooltip

This commit is contained in:
Bob Swift
2021-04-19 22:11:35 -06:00
committed by Philipp Wolfer
parent 1708bbc07c
commit 367afeba21
2 changed files with 4 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ class Ui_ScriptEditor(object):
self.preset_naming_script_select.setText(_("Select Preset"))
self.file_naming_word_wrap.setToolTip(_("Word wrap long lines in the editor"))
self.file_naming_word_wrap.setText(_("Word wrap text"))
self.show_documentation.setToolTip(_("Open the scripting documentation in a sidebar"))
self.show_documentation.setText(_("Show Documentation"))
self.example_filename_sample_files_button.setToolTip(_("Up to 10 items chosen at random from files selected in the main window"))
self.example_filename_sample_files_button.setText(_("Reload Examples"))

View File

@@ -125,6 +125,9 @@
</item>
<item>
<widget class="QCheckBox" name="show_documentation">
<property name="toolTip">
<string>Open the scripting documentation in a sidebar</string>
</property>
<property name="text">
<string>Show Documentation</string>
</property>