mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:54:53 +02:00
Fix #1884347 [ISBN incorrectly capitalized](https://bugs.launchpad.net/calibre/+bug/1884347)
This commit is contained in:
parent
bacb0b78a8
commit
8bbc16234a
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,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, 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…
Reference in a new issue