Fixed typo in access module comment and StudentProject list description.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 03 Aug 2009 17:05:55 +0200
changeset 2717 fdde098394a7
parent 2716 9921ac952f13
child 2718 a5d70c9e871f
Fixed typo in access module comment and StudentProject list description.
app/soc/views/helper/access.py
app/soc/views/models/student_project.py
--- a/app/soc/views/helper/access.py	Mon Aug 03 15:17:21 2009 +0200
+++ b/app/soc/views/helper/access.py	Mon Aug 03 17:05:55 2009 +0200
@@ -476,7 +476,7 @@
         # one check passed, all is well
         return
       except out_of_band.Error, exception:
-        # store the first esception
+        # store the first exception
         first = first if first else exception
 
     # none passed, re-raise the first exception
--- a/app/soc/views/models/student_project.py	Mon Aug 03 15:17:21 2009 +0200
+++ b/app/soc/views/models/student_project.py	Mon Aug 03 17:05:55 2009 +0200
@@ -266,7 +266,7 @@
     ap_params['list_action'] = (redirects.getWithdrawProjectRedirect,
                                 ap_params)
     ap_params['list_description'] = ugettext(
-        "An overview of accepted and completed Projects."
+        "An overview of accepted and completed Projects. "
         "Click on a project to withdraw it.")
 
     ap_list = lists.getListContent(
@@ -278,7 +278,7 @@
 
     wp_params['list_action'] = (redirects.getAcceptProjectRedirect, wp_params)
     wp_params['list_description'] = ugettext(
-        "An overview of withdrawn Projects."
+        "An overview of withdrawn Projects. "
         "Click on a project to undo the withdrawal.")
 
     wp_list = lists.getListContent(