mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-07 02:55:10 +01:00
Fix exception in restore_database caused by comma in a chained message
This commit is contained in:
parent
ad33d230e6
commit
00f0e37bff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue