Edited help text to be more clear when a Survey has been submitted.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 11 Jul 2009 20:42:23 +0200
changeset 2593 ef703b456527
parent 2592 040359ccd20b
child 2594 dd300af0e7df
Edited help text to be more clear when a Survey has been submitted.
app/soc/views/models/survey.py
--- a/app/soc/views/models/survey.py	Sat Jul 11 20:10:33 2009 +0200
+++ b/app/soc/views/models/survey.py	Sat Jul 11 20:42:23 2009 +0200
@@ -647,7 +647,7 @@
           survey.survey_end.strftime("%A, %d. %B %Y %I:%M%p"))
 
     if survey_record:
-      help_text = "Edit and re-submit this survey" + survey_end_text + "."
+      help_text = "You may edit and re-submit this survey" + survey_end_text + "."
       status = "edit"
     else:
       help_text = "Please complete this survey" + survey_end_text + "."