From eddc3254bdcb8e1d82907bf1cf6433aa187b442f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Feb 2020 11:12:01 +0530 Subject: [PATCH] Fix #1865213 [[Enhancement] Configure Tag browser on Content server](https://bugs.launchpad.net/calibre/+bug/1865213) --- src/pyj/book_list/search.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/book_list/search.pyj b/src/pyj/book_list/search.pyj index 250c015c51..071d9bc04f 100644 --- a/src/pyj/book_list/search.pyj +++ b/src/pyj/book_list/search.pyj @@ -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'