From 127af1eae63ce685a443431a9c8a79f9a75a528e Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Fri, 24 Feb 2012 13:15:21 +0100 Subject: [PATCH 1/2] Fix type --- 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 b35cb79729..093723fc78 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -133,7 +133,7 @@ categories_collapsed_popularity_template = r'{first.count:d} - {last.count:d}' # the tag browser. Items are named using their lookup name, and will be sorted # using the number supplied. The lookup name '*' stands for all names that # otherwise do not appear. Two names with the same value will be sorted -# according the the default order; the one used when the dict is empty. +# according the default order; the one used when the dict is empty. # Example: tag_browser_category_order = {'series':1, 'tags':2, '*':3} # resulting in the order series, tags, then everything else in default order. tag_browser_category_order = {'*':1} From fd70947e5701b8bbd30ab9d8738db10760c9cca1 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Fri, 24 Feb 2012 13:35:58 +0100 Subject: [PATCH 2/2] Fix grammar problem on previous default_tweaks.py fix. --- 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 74d7b0b4bb..ee2e07f412 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -133,7 +133,7 @@ categories_collapsed_popularity_template = r'{first.count:d} - {last.count:d}' # the tag browser. Items are named using their lookup name, and will be sorted # using the number supplied. The lookup name '*' stands for all names that # otherwise do not appear. Two names with the same value will be sorted -# according to the default order; the one used when the dict is empty. +# using the default order; the one used when the dict is empty. # Example: tag_browser_category_order = {'series':1, 'tags':2, '*':3} # resulting in the order series, tags, then everything else in default order. tag_browser_category_order = {'*':1}