Current sort order now reflected in human filter description

Plus renamed human_description to human_description_en

Refs #189
This commit is contained in:
Simon Willison 2018-04-08 18:01:23 -07:00 committed by Simon Willison
commit 9f2ec39fbc
4 changed files with 41 additions and 12 deletions

View file

@ -460,7 +460,7 @@ class Filters:
for filter in self._filters:
yield filter.key, filter.display, filter.no_argument
def human_description(self, extra=None):
def human_description_en(self, extra=None):
bits = []
if extra:
bits.append(extra)