mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:33:42 +02:00
Fix #1419142 [Different uses of "OK"](https://bugs.launchpad.net/calibre/+bug/1419142)
This commit is contained in:
parent
65ca3c490a
commit
e8f1f3079f
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ def save(self):
|
|||
|
||||
class LinksModel(FileCollection):
|
||||
|
||||
COLUMN_HEADERS = [_('OK'), _('Source'), _('Source text'), _('Target'), _('Anchor'), _('Target text')]
|
||||
COLUMN_HEADERS = ['✓ ', _('Source'), _('Source text'), _('Target'), _('Anchor'), _('Target text')]
|
||||
|
||||
def __init__(self, parent=None):
|
||||
FileCollection.__init__(self, parent)
|
||||
|
|
|
|||
Loading…
Reference in a new issue