Changed label and help_text for public review button on studentproposal review page.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Apr 2009 20:36:18 +0000
changeset 2096 eed59b94aae2
parent 2095 03ea7a0d01c9
child 2097 ab7a2ea3ca33
Changed label and help_text for public review button on studentproposal review page. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/models/student_proposal.py
--- a/app/soc/views/models/student_proposal.py	Mon Apr 06 19:22:42 2009 +0000
+++ b/app/soc/views/models/student_proposal.py	Mon Apr 06 20:36:18 2009 +0000
@@ -213,11 +213,11 @@
          },
         {'name': 'public',
          'base': forms.BooleanField,
-         'label': 'Public review',
+         'label': 'Review visible to Student',
          'initial': False,
          'required': False,
          'help_text': 'By ticking this box the score will not be assigned, '
-             'and the review will be public.',
+             'and the review will be visible to the student.',
          },
          ]