This commit is contained in:
Kovid Goyal 2020-04-29 08:22:37 +05:30
commit 55b503c5b5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -542,7 +542,7 @@ class ChooseLibraryAction(InterfaceAction):
if d.error is None: if d.error is None:
if not question_dialog(self.gui, _('Success'), if not question_dialog(self.gui, _('Success'),
_('Found no errors in your calibre library database.' _('Found no errors in your calibre library database.'
' Do you want calibre to check if the files in your ' ' Do you want calibre to check if the files in your'
' library match the information in the database?')): ' library match the information in the database?')):
return return
else: else: