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: