This commit is contained in:
Kovid Goyal 2016-04-15 10:58:50 +05:30
parent 614d94496e
commit 38ed56dc62

View File

@ -58,7 +58,7 @@ class IdLinksRuleEdit(Dialog):
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(_(