mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Add a success message after the integrity check
This commit is contained in:
parent
a6070c99c3
commit
d4b2938c07
@ -138,6 +138,10 @@ class CheckIntegrity(QProgressDialog):
|
|||||||
'You should check them manually. This can '
|
'You should check them manually. This can '
|
||||||
'happen if you manipulate the files in the '
|
'happen if you manipulate the files in the '
|
||||||
'library folder directly.'), det_msg=det_msg, show=True)
|
'library folder directly.'), det_msg=det_msg, show=True)
|
||||||
|
else:
|
||||||
|
info_dialog(self, _('No errors found'),
|
||||||
|
_('The integrity check completed with no uncorrectable errors found.'),
|
||||||
|
show=True)
|
||||||
self.reset()
|
self.reset()
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user