string changes

This commit is contained in:
Kovid Goyal 2021-01-21 20:00:17 +05:30
parent 1f85e01ad5
commit bfe98ad83a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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