Changed label and help_text for public review button on studentproposal review page.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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.',
},
]