mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -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:
|
else:
|
||||||
if r.errors_occurred:
|
if r.errors_occurred:
|
||||||
warning_dialog(parent, _('Success'),
|
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.'),
|
' click Show details to see the details.'),
|
||||||
det_msg=r.report, show=True)
|
det_msg=r.report, show=True)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user