mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Fix #1419142 [Different uses of "OK"](https://bugs.launchpad.net/calibre/+bug/1419142)
This commit is contained in:
parent
65ca3c490a
commit
e8f1f3079f
@ -490,7 +490,7 @@ class ImagesWidget(QWidget):
|
|||||||
|
|
||||||
class LinksModel(FileCollection):
|
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):
|
def __init__(self, parent=None):
|
||||||
FileCollection.__init__(self, parent)
|
FileCollection.__init__(self, parent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user