mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
Fix typo (unmatched parenthesis) in error display
This commit is contained in:
@@ -48,7 +48,7 @@ class ScriptsMenu(QtWidgets.QMenu):
|
||||
obj.update()
|
||||
except ScriptError as e:
|
||||
log.exception('Error running tagger script "%s" on object %r', s_name, obj)
|
||||
msg = N_('Script error in "%(script)s": %(message)s)')
|
||||
msg = N_('Script error in "%(script)s": %(message)s')
|
||||
mparms = {
|
||||
'script': s_name,
|
||||
'message': string_(e),
|
||||
|
||||
Reference in New Issue
Block a user