# HG changeset patch # User Lennard de Rijk # Date 1239050178 0 # Node ID eed59b94aae284caeff7ac596e40212834907184 # Parent 03ea7a0d01c92748ede195f4db7ea3fdfd6938e0 Changed label and help_text for public review button on studentproposal review page. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed 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.', }, ]