Skip to content

Commit

Permalink
Add missing title for Option selected_file_naming_script_id
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Apr 13, 2024
1 parent 540f117 commit bb148a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/ui/scripteditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class ScriptEditorDialog(PicardDialog, SingletonDialog):
options = [
BoolOption('persist', 'script_editor_show_documentation', False),
Option('setting', SCRIPTS_LIST_KEY, {}),
TextOption('setting', SELECTED_SCRIPT_KEY, ''),
TextOption('setting', SELECTED_SCRIPT_KEY, '', title=N_("Selected file naming script")),
]

signal_save = QtCore.pyqtSignal()
Expand Down

0 comments on commit bb148a9

Please sign in to comment.