mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add some context for what "Store" means
This commit is contained in:
parent
24db1bccf4
commit
4f9251ac34
@ -4,6 +4,7 @@ __docformat__ = 'restructuredtext en'
|
||||
|
||||
import re, string
|
||||
from operator import attrgetter
|
||||
from gettext import pgettext
|
||||
|
||||
from qt.core import (Qt, QAbstractItemModel, QPixmap, QModelIndex, QSize,
|
||||
pyqtSignal, QIcon, QApplication)
|
||||
@ -34,7 +35,7 @@ class Matches(QAbstractItemModel):
|
||||
|
||||
total_changed = pyqtSignal(int)
|
||||
|
||||
HEADERS = [_('Cover'), _('Title'), _('Price'), _('DRM'), _('Store'), _('Download'), _('Affiliate')]
|
||||
HEADERS = [_('Cover'), _('Title'), _('Price'), _('DRM'), pgettext('book store in the Get books calibre feature', 'Store'), _('Download'), _('Affiliate')]
|
||||
HTML_COLS = (1, 4)
|
||||
IMG_COLS = (0, 3, 5, 6)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user