mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 00:33:14 +02:00
...
This commit is contained in:
parent
b44426f170
commit
7bd0431ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def current_item_changed(self, *args):
|
|||
<div>%s<a href="fix:errors" title="%s">%s</a><br><br>
|
||||
<a href="run:check" title="%s">%s</a></div>
|
||||
''' % (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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue