mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d28c4b5358
commit
6897a97342
@ -125,7 +125,8 @@ class Check(QSplitter):
|
|||||||
<div>%s<a href="fix:errors" title="%s">%s</a><br><br>
|
<div>%s<a href="fix:errors" title="%s">%s</a><br><br>
|
||||||
<a href="run:check" title="%s">%s</a></div>
|
<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,
|
''' % (header, self.items.currentRow()+1, _('Click to open in editor'), err.name, loc, err.HELP, ifix,
|
||||||
_('Try to fix all fixable errors automatically. Only works for some types of error.'), _('Try to correct fixable errors automatically'),
|
_('Try to fix all fixable errors automatically. Only works for some types of error.'),
|
||||||
|
_('Try to correct all fixable errors automatically'),
|
||||||
_('Re-run the check'), _('Re-run check')))
|
_('Re-run the check'), _('Re-run check')))
|
||||||
|
|
||||||
def run_checks(self, container):
|
def run_checks(self, container):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user