From bfe98ad83a69b084b9faf078a31abe2ec28e05b9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Jan 2021 20:00:17 +0530 Subject: [PATCH] string changes --- resources/default_tweaks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 1d82a9ad25..1fd41fdc9d 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -92,10 +92,10 @@ author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von') authors_split_regex = r'(?i),?\s+(and|with)\s+' #: Use author sort in Tag browser -# Set which author field to display in the tags panel (the list of authors, +# Set which author field to display in the Tag browser (the list of authors, # series, publishers etc on the left hand side). The choices are author and # author_sort. This tweak affects only what is displayed under the authors -# category in the tags panel and Content server. Please note that if you set this +# category in the Tag browser and Content server. Please note that if you set this # to author_sort, it is very possible to see duplicate names in the list because # although it is guaranteed that author names are unique, there is no such # guarantee for author_sort values. Showing duplicates won't break anything, but