diff -r c4d40ab98f71 -r e31414fd3b2a app/soc/views/models/student_project.py --- 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,