Changeset 8970 for main/waeup.kofa/trunk


Ignore:
Timestamp:
10 Jul 2012, 12:06:23 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename school fees 3 and 4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py

    r8967 r8970  
    241241
    242242    school_fee_3 = schema.Float(
    243         title = _(u'Foreigner School Fee'),
     243        title = _(u'Foreigner Initial School Fee'),
    244244        required = False,
    245245        )
    246246
    247247    school_fee_4 = schema.Float(
    248         title = _(u'Staff School Fee'),
     248        title = _(u'Foreigner Returning School Fee'),
    249249        required = False,
    250250        )
Note: See TracChangeset for help on using the changeset viewer.