Changeset 10228 for main/waeup.futminna
- Timestamp:
- 25 May 2013, 13:24:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/applicants/interfaces.py
r10217 r10228 88 88 ) 89 89 course2 = schema.Choice( 90 title = _(u' 2nd Choice Course of Study'),90 title = _(u'Change of Course'), 91 91 source = AppCatCertificateSource(), 92 92 required = False, … … 276 276 277 277 course2 = schema.Choice( 278 title = _(u'2nd Choice Course of Study'), 279 description = _(u'Comment which explains why applicant must select a 2nd Choice Course of Study.'), 278 title = _(u'Change of Course'), 279 description = _( 280 u'Your JAMB score is lower than the requirement for your ' 281 '1st choice course of study, chose another course here.'), 280 282 source = AppCatCertificateSource(), 281 283 required = True,
Note: See TracChangeset for help on using the changeset viewer.