Skip to content

Commit

Permalink
Rename "Sort by popularity" to "Sort by number of books"
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 24, 2014
1 parent 715cfb2 commit 867ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/gui2/tag_browser/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 867ede3

Please sign in to comment.