mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1865213 [[Enhancement] Configure Tag browser on Content server](https://bugs.launchpad.net/calibre/+bug/1865213)
This commit is contained in:
parent
3453380fe0
commit
eddc3254bd
@ -466,7 +466,7 @@ def get_prefs():
|
||||
|
||||
{
|
||||
'name':'partition_method',
|
||||
'text':_('Tag browser category partitioning method'),
|
||||
'text':_('Category partitioning method'),
|
||||
'choices':[('first letter', _('First Letter')), ('disable', _('Disable')), ('partition', _('Partition'))],
|
||||
'tooltip':_('Choose how Tag browser subcategories are displayed when'
|
||||
' there are more items than the limit. Select by first'
|
||||
|
Loading…
x
Reference in New Issue
Block a user