mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 15:04:08 +02:00
Merge branch 'patch-1' of https://github.com/edent/calibre
This commit is contained in:
commit
55b503c5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ def check_library(self):
|
|||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue