mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
88000c7e8a
commit
41177af9bd
@ -105,7 +105,7 @@ class CheckExternalLinks(Dialog):
|
|||||||
self.rb.setEnabled(True)
|
self.rb.setEnabled(True)
|
||||||
if self.tb is not None:
|
if self.tb is not None:
|
||||||
return error_dialog(self, _('Checking failed'), _(
|
return error_dialog(self, _('Checking failed'), _(
|
||||||
'There was an error while checking links, click "Show Details" for more information'),
|
'There was an error while checking links, click "Show details" for more information'),
|
||||||
det_msg=self.tb, show=True)
|
det_msg=self.tb, show=True)
|
||||||
if not self.errors:
|
if not self.errors:
|
||||||
self.results.setText(_('No broken links found'))
|
self.results.setText(_('No broken links found'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user