This commit is contained in:
Kovid Goyal 2017-05-26 09:37:49 +05:30
parent 88000c7e8a
commit 41177af9bd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'))