Changeset 12621 for main/ikobacustom.pcn


Ignore:
Timestamp:
17 Feb 2015, 14:46:36 (10 years ago)
Author:
Henrik Bettermann
Message:

Change some descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/interfaces.py

    r12618 r12621  
    333333    referee1_name = schema.TextLine(
    334334        title = _(u'First Referee Name'),
     335        description= _('This referee must be a pharmacist.'),
    335336        required = False,
    336337        readonly = False,
     
    369370    internship_address = schema.Text(
    370371        title = _(u'Internship'),
    371         description = u'Enter name and address of company where you want to serve your internship.',
     372        description = _('Enter name and address of company where you want to '
     373                        'serve your internship.'),
    372374        required = False,
    373375        readonly = False,
     
    429431
    430432    nationality_aquired = schema.Choice(
    431         values=[_(u'birth'), _(u'naturalization')],
     433        values=[_(u'birth'), _(u'naturalization'), _(u'marriage')],
    432434        title = _(u'Nationality acquired by'),
    433435        required = False,
     
    10331035
    10341036    nationality_aquired = schema.Choice(
    1035         values=[_(u'birth'), _(u'naturalization')],
     1037        values=[_(u'birth'), _(u'naturalization'), _(u'marriage')],
    10361038        title = _(u'Nationality acquired by'),
    10371039        required = False,
     
    10781080    referee1_name = schema.TextLine(
    10791081        title = _(u'First Referee Name'),
     1082        description= _('This referee must be a pharmacist.'),
    10801083        required = False,
    10811084        readonly = False,
     
    11561159        )
    11571160
    1158     employed = schema.Bool(
     1161    employment = schema.Text
    11591162        title= _('Employment'),
    1160         description= _('Tick box if you were employed last year.'),
     1163        description= _('Enter the name and address of where you '
     1164                       'was employed last year.'),
    11611165        required = False,
    11621166        )
     
    11641168    supervisor = schema.TextLine(
    11651169        title = _(u'Supervisor'),
    1166         description= _('Enter name of supervisor.'),
     1170        description= _('Who was your supervisor?'),
    11671171        required = False,
    11681172        readonly = False,
     
    11781182        title = _(u'Reason for Leaving'),
    11791183        description= _('Tell the reason for leaving employment last '
    1180                        'year (if applicable)'),
    1181         required = False,
    1182         readonly = False,
    1183         )
    1184 
     1184                       'year (if applicable).'),
     1185        required = False,
     1186        readonly = False,
     1187        )
    11851188
    11861189    courses_attended = schema.Text(
Note: See TracChangeset for help on using the changeset viewer.