From 367afeba21a91063ce753e35bdd2f90243a24cf5 Mon Sep 17 00:00:00 2001 From: Bob Swift Date: Mon, 19 Apr 2021 22:11:35 -0600 Subject: [PATCH] Add missing tooltip --- picard/ui/ui_scripteditor.py | 1 + ui/scripteditor.ui | 3 +++ 2 files changed, 4 insertions(+) diff --git a/picard/ui/ui_scripteditor.py b/picard/ui/ui_scripteditor.py index 61525620f..e04139041 100644 --- a/picard/ui/ui_scripteditor.py +++ b/picard/ui/ui_scripteditor.py @@ -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")) diff --git a/ui/scripteditor.ui b/ui/scripteditor.ui index 3aa5b45a3..7900b9bd4 100644 --- a/ui/scripteditor.ui +++ b/ui/scripteditor.ui @@ -125,6 +125,9 @@ + + Open the scripting documentation in a sidebar + Show Documentation