From 38ed56dc62ab9c66558bfd7c35a94f9ee24c508e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 Apr 2016 10:58:50 +0530 Subject: [PATCH] ... --- 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 23ef221987..378b5993b2 100644 --- a/src/calibre/gui2/preferences/look_feel.py +++ b/src/calibre/gui2/preferences/look_feel.py @@ -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(_(