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 14470a4 commit acf1d13
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 @@ -431,7 +431,7 @@ class ScriptEditorDialog(PicardDialog, SingletonDialog):

options = [
BoolOption('persist', 'script_editor_show_documentation', False),
Option('setting', 'selected_file_naming_script_id', {}),
Option('setting', 'selected_file_naming_script_id', {}, title=N_("Selected file naming script")),
TextOption('setting', 'file_renaming_scripts', ''),
]

Expand Down

0 comments on commit acf1d13

Please sign in to comment.