mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Rename "Sort by popularity" to "Sort by number of books"
This commit is contained in:
parent
715cfb23d2
commit
867ede3703
@ -408,7 +408,7 @@ class TagBrowserWidget(QWidget): # {{{
|
|||||||
sb.bg = QActionGroup(sb)
|
sb.bg = QActionGroup(sb)
|
||||||
|
|
||||||
# Must be in the same order as db2.CATEGORY_SORTS
|
# 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'))):
|
_('Sort by average rating'))):
|
||||||
a = sb.m.addAction(x)
|
a = sb.m.addAction(x)
|
||||||
sb.bg.addAction(a)
|
sb.bg.addAction(a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user