diff --git a/src/calibre/gui2/store/config/chooser/models.py b/src/calibre/gui2/store/config/chooser/models.py index dbda367fae..d2c6bcd8d3 100644 --- a/src/calibre/gui2/store/config/chooser/models.py +++ b/src/calibre/gui2/store/config/chooser/models.py @@ -133,7 +133,7 @@ class Matches(QAbstractItemModel): return QVariant('

%s

' % result.description) elif col == 2: if result.drm_free_only: - return QVariant('

' + _('This store only distributes ebooks with DRM.') + '

') + return QVariant('

' + _('This store only distributes ebooks without DRM.') + '

') else: return QVariant('

' + _('This store distributes ebooks with DRM. It may have some titles without DRM, but you will need to check on a per title basis.') + '

') elif col == 3: