Ignore:
Timestamp:
25 May 2013, 13:24:52 (11 years ago)
Author:
Henrik Bettermann
Message:

Change field description ant title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/applicants/interfaces.py

    r10217 r10228  
    8888        )
    8989    course2 = schema.Choice(
    90         title = _(u'2nd Choice Course of Study'),
     90        title = _(u'Change of Course'),
    9191        source = AppCatCertificateSource(),
    9292        required = False,
     
    276276
    277277    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.'),
    280282        source = AppCatCertificateSource(),
    281283        required = True,
Note: See TracChangeset for help on using the changeset viewer.