From b080e276fe4c8ae672586db13fa6f0f125dbdf53 Mon Sep 17 00:00:00 2001 From: qw3rty Date: Wed, 16 Jun 2010 16:23:18 +0000 Subject: [PATCH] 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 --- forum/views/readers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5