--- a/app/soc/models/student.py Sat May 30 01:03:20 2009 +0200
+++ b/app/soc/models/student.py Sat May 30 09:19:10 2009 +0200
@@ -64,8 +64,7 @@
degree.group = ugettext("5. Education")
expected_graduation = db.IntegerProperty(required=True,
verbose_name=ugettext('Expected Graduation Year'))
- expected_graduation.help_text = ugettext("Year in integer format only!")
- expected_graduation.example_text = ugettext('Year only, for example "2012"')
+ expected_graduation.help_text = ugettext("Pick your expected graduation year")
expected_graduation.group = ugettext("5. Education")
#: Property to gain insight into where students heard about this program