app/soc/views/models/student_proposal.py
changeset 2096 eed59b94aae2
parent 2094 8c0531c9870d
child 2098 6557b0b1305f
--- 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.',
          },
          ]