From 8bbc16234a53a4e7d21486a851bfe19198e7cec4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 Jun 2020 13:35:59 +0530 Subject: [PATCH] Fix #1884347 [ISBN incorrectly capitalized](https://bugs.launchpad.net/calibre/+bug/1884347) --- src/calibre/gui2/preferences/look_feel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/look_feel.py b/src/calibre/gui2/preferences/look_feel.py index 064df049c2..1e32b78402 100644 --- a/src/calibre/gui2/preferences/look_feel.py +++ b/src/calibre/gui2/preferences/look_feel.py @@ -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(_(