Fix #1865213 [[Enhancement] Configure Tag browser on Content server](https://bugs.launchpad.net/calibre/+bug/1865213)

This commit is contained in:
Kovid Goyal 2020-02-29 11:12:01 +05:30
parent 3453380fe0
commit eddc3254bd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -466,7 +466,7 @@ def get_prefs():
{ {
'name':'partition_method', 'name':'partition_method',
'text':_('Tag browser category partitioning method'), 'text':_('Category partitioning method'),
'choices':[('first letter', _('First Letter')), ('disable', _('Disable')), ('partition', _('Partition'))], 'choices':[('first letter', _('First Letter')), ('disable', _('Disable')), ('partition', _('Partition'))],
'tooltip':_('Choose how Tag browser subcategories are displayed when' 'tooltip':_('Choose how Tag browser subcategories are displayed when'
' there are more items than the limit. Select by first' ' there are more items than the limit. Select by first'