From 5dce5a527f960c0e6807c98fc237d51206bdffaa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 4 Apr 2020 20:36:03 +0530 Subject: [PATCH] String changes --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 5ca16b169f..10cf6a54e2 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -94,7 +94,7 @@ authors_split_regex = r'(?i),?\s+(and|with)\s+' categories_use_field_for_author_name = 'author' #: Control partitioning of Tag browser -# When partitioning the tags browser, the format of the subcategory label is +# When partitioning the Tag browser, the format of the subcategory label is # controlled by a template: categories_collapsed_name_template if sorting by # name, categories_collapsed_rating_template if sorting by average rating, and # categories_collapsed_popularity_template if sorting by popularity. There are