mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Store: Fix typo in tooltip in chooser.
This commit is contained in:
parent
2730257c7b
commit
bd2e2c3080
@ -133,7 +133,7 @@ class Matches(QAbstractItemModel):
|
||||
return QVariant('<p>%s</p>' % result.description)
|
||||
elif col == 2:
|
||||
if result.drm_free_only:
|
||||
return QVariant('<p>' + _('This store only distributes ebooks with DRM.') + '</p>')
|
||||
return QVariant('<p>' + _('This store only distributes ebooks without DRM.') + '</p>')
|
||||
else:
|
||||
return QVariant('<p>' + _('This store distributes ebooks with DRM. It may have some titles without DRM, but you will need to check on a per title basis.') + '</p>')
|
||||
elif col == 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user