mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
88000c7e8a
commit
41177af9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def on_progress_made(self, curr, total):
|
|||
self.rb.setEnabled(True)
|
||||
if self.tb is not None:
|
||||
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)
|
||||
if not self.errors:
|
||||
self.results.setText(_('No broken links found'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue