mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 15:23:39 +02:00
...
This commit is contained in:
parent
614d94496e
commit
38ed56dc62
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ def setup_ui(self):
|
|||
self.l = l = QFormLayout(self)
|
||||
l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow)
|
||||
l.addRow(QLabel(_(
|
||||
'The key of the identifier, for example, in isbn:XXX, they key is isbn')))
|
||||
'The key of the identifier, for example, in isbn:XXX, the key is isbn')))
|
||||
self.key = k = QLineEdit(self)
|
||||
l.addRow(_('&Key:'), k)
|
||||
l.addRow(QLabel(_(
|
||||
|
|
|
|||
Loading…
Reference in a new issue