]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-263
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 16 Jun 2010 16:23:18 +0000 (16:23 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 16 Jun 2010 16:23:18 +0000 (16:23 +0000)
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

index b5692fad4101955bf35f92a8047617db4764f454..178848bee0085a6bd310ff7d63fd9b7c2d57fbbe 100644 (file)
@@ -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)