From b8a446f311a6c785f0dbfd0ad1c63bde928e1653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Tue, 28 Jun 2011 21:11:16 +0200 Subject: [PATCH] fixed typo in config/chooser/models.py --- src/calibre/gui2/store/config/chooser/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/config/chooser/models.py b/src/calibre/gui2/store/config/chooser/models.py index d2c6bcd8d3..24f6bdfc25 100644 --- a/src/calibre/gui2/store/config/chooser/models.py +++ b/src/calibre/gui2/store/config/chooser/models.py @@ -126,7 +126,7 @@ class Matches(QAbstractItemModel): elif role == Qt.ToolTipRole: if col == 0: if is_disabled(result): - return QVariant('

' + _('This store is currently diabled and cannot be used in other parts of calibre.') + '

') + return QVariant('

' + _('This store is currently disabled and cannot be used in other parts of calibre.') + '

') else: return QVariant('

' + _('This store is currently enabled and can be used in other parts of calibre.') + '

') elif col == 1: