Changeset 10923


Ignore:
Timestamp:
15 Jan 2014, 08:25:12 (11 years ago)
Author:
Henrik Bettermann
Message:

Change titles.

File:
1 edited

Legend:

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

    r10467 r10923  
    3939
    4040    school_fee = schema.Float(
    41         title = _(u'School Fee'),
     41        title = _(u'School Fee (not FP)'),
    4242        default = 0.0,
    4343        required = False,
     
    5151
    5252    clearance_fee = schema.Float(
    53         title = _(u'Clearance Fee (ignored)'),
     53        title = _(u'Acceptance Fee'),
    5454        default = 0.0,
    5555        required = False,
Note: See TracChangeset for help on using the changeset viewer.