Fix for #1875758 - double space issue

PR to the correct branch this time!
This commit is contained in:
Terence Eden 2020-04-28 23:07:08 +01:00 committed by GitHub
parent 529119caad
commit 54f313f4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -542,7 +542,7 @@ class ChooseLibraryAction(InterfaceAction):
if d.error is None:
if not question_dialog(self.gui, _('Success'),
_('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?')):
return
else: