From: qw3rty Date: Wed, 16 Jun 2010 16:23:18 +0000 (+0000) Subject: OSQA-263 X-Git-Tag: live~700 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/b080e276fe4c8ae672586db13fa6f0f125dbdf53?ds=inline OSQA-263 Changed the title of the main questions list from "All Question" to "All Questions" git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@432 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/views/readers.py b/forum/views/readers.py index b5692fa..178848b 100644 --- a/forum/views/readers.py +++ b/forum/views/readers.py @@ -76,7 +76,7 @@ def question_list(request, initial, list_description=_('questions'), sort=None, base_path=None, - page_title=_("All Question"), + page_title=_("All Questions"), allowIgnoreTags=True): questions = initial.filter_state(deleted=False)