Change the dropdown menu to state Comment Visible to Student.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/templates/soc/student_proposal/review.html Tue Apr 07 07:28:31 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html Tue Apr 07 08:09:47 2009 +0000
@@ -72,7 +72,7 @@
</td>
<td class="formfieldvalue" colspan=3>
<select id="commenttypeselector" onchange="commentType();">
- <option value="Public">Public Comment</option>
+ <option value="Public">Comment Visible to Student</option>
<option value="Private">Private Comment</option>
{% if is_org_admin %}
<option value="Admin">Admin Comment</option>