From 7bd0431ea51ed8529a0dd636d7dd97b6d069c4e2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Dec 2013 16:01:21 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/check.py b/src/calibre/gui2/tweak_book/check.py index e9f62ed86a..ac4159177e 100644 --- a/src/calibre/gui2/tweak_book/check.py +++ b/src/calibre/gui2/tweak_book/check.py @@ -125,7 +125,7 @@ class Check(QSplitter):
%s%s

%s
''' % (header, self.items.currentRow()+1, _('Click to open in editor'), err.name, loc, err.HELP, ifix, - _('Try to fix all errors automatically. Only works for some types of error.'), _('Try fixing errors automatically'), + _('Try to fix all fixable errors automatically. Only works for some types of error.'), _('Try to correct fixable errors automatically'), _('Re-run the check'), _('Re-run check'))) def run_checks(self, container):