mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 12:03:18 +02:00
Rename "Sort by popularity" to "Sort by number of books"
This commit is contained in:
parent
715cfb23d2
commit
867ede3703
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ def __init__(self, parent):
|
|||
sb.bg = QActionGroup(sb)
|
||||
|
||||
# Must be in the same order as db2.CATEGORY_SORTS
|
||||
for i, x in enumerate((_('Sort by name'), _('Sort by popularity'),
|
||||
for i, x in enumerate((_('Sort by name'), _('Sort by number of books'),
|
||||
_('Sort by average rating'))):
|
||||
a = sb.m.addAction(x)
|
||||
sb.bg.addAction(a)
|
||||
|
|
|
|||
Loading…
Reference in a new issue