From bd2e2c3080f257571e58f394f1a0b50567f0e479 Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 24 Jun 2011 19:44:46 -0400 Subject: [PATCH] Store: Fix typo in tooltip in chooser. --- 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 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: