mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 07:37:04 +01:00
Fix grammar problem on previous default_tweaks.py fix.
This commit is contained in:
parent
2984e9c329
commit
fd70947e57
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
# the tag browser. Items are named using their lookup name, and will be sorted
|
||||
# using the number supplied. The lookup name '*' stands for all names that
|
||||
# otherwise do not appear. Two names with the same value will be sorted
|
||||
# according to the default order; the one used when the dict is empty.
|
||||
# using the default order; the one used when the dict is empty.
|
||||
# Example: tag_browser_category_order = {'series':1, 'tags':2, '*':3}
|
||||
# resulting in the order series, tags, then everything else in default order.
|
||||
tag_browser_category_order = {'*':1}
|
||||
|
|
|
|||
Loading…
Reference in a new issue