app/soc/views/models/student_project.py
changeset 2279 e31414fd3b2a
parent 2278 c4d40ab98f71
child 2280 157f6b8de010
--- a/app/soc/views/models/student_project.py	Sat Apr 25 20:24:00 2009 +0200
+++ b/app/soc/views/models/student_project.py	Sat Apr 25 20:50:48 2009 +0200
@@ -296,7 +296,7 @@
     dynafields = [
         {'name': 'mentor_id',
          'base': forms.ChoiceField,
-         'label': 'Additional Mentors',
+         'label': 'Co-Mentor',
          'required': True,
          'passthrough': ['required', 'choices', 'label'],
          'choices': additional_mentor_choices,