Fix exception in restore_database caused by comma in a chained message

This commit is contained in:
Charles Haley 2011-01-29 09:26:51 +00:00
parent ad33d230e6
commit 00f0e37bff

View File

@ -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: