diff -r 03ea7a0d01c9 -r eed59b94aae2 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.', }, ]