From 41177af9bdc91cb348aaaf80faeaf78c34472a9f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 May 2017 09:37:49 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/check_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/check_links.py b/src/calibre/gui2/tweak_book/check_links.py index c4e7be5f4e..94cd1bff67 100644 --- a/src/calibre/gui2/tweak_book/check_links.py +++ b/src/calibre/gui2/tweak_book/check_links.py @@ -105,7 +105,7 @@ class CheckExternalLinks(Dialog): 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'))