mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix for #1875758 - double space issue
PR to the correct branch this time!
This commit is contained in:
parent
529119caad
commit
54f313f4e3
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user