mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1884347 [ISBN incorrectly capitalized](https://bugs.launchpad.net/calibre/+bug/1884347)
This commit is contained in:
parent
bacb0b78a8
commit
8bbc16234a
@ -127,7 +127,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, the 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…
x
Reference in New Issue
Block a user