mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
614d94496e
commit
38ed56dc62
@ -58,7 +58,7 @@ class IdLinksRuleEdit(Dialog):
|
|||||||
self.l = l = QFormLayout(self)
|
self.l = l = QFormLayout(self)
|
||||||
l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow)
|
l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow)
|
||||||
l.addRow(QLabel(_(
|
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)
|
self.key = k = QLineEdit(self)
|
||||||
l.addRow(_('&Key:'), k)
|
l.addRow(_('&Key:'), k)
|
||||||
l.addRow(QLabel(_(
|
l.addRow(QLabel(_(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user