mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix exception in restore_database caused by comma in a chained message
This commit is contained in:
parent
ad33d230e6
commit
00f0e37bff
@ -104,7 +104,7 @@ def restore_database(db, parent=None):
|
||||
else:
|
||||
if r.errors_occurred:
|
||||
warning_dialog(parent, _('Success'),
|
||||
_('Restoring the database succeeded with some warnings',
|
||||
_('Restoring the database succeeded with some warnings'
|
||||
' click Show details to see the details.'),
|
||||
det_msg=r.report, show=True)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user