Ignore:
Timestamp:
21 Jan 2014, 13:51:48 (11 years ago)
Author:
Henrik Bettermann
Message:

Change admission text.

File:
1 edited

Legend:

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

    r10931 r10953  
    183183        entry_session = academic_sessions_vocab.getTerm(entry_session).title
    184184        text = trans(_(
    185             'This is to inform you that you have been provisionally'
    186             ' admitted into ${a} for the ${b} academic session as follows:',
     185            'This is to inform you that you have been offered provisional'
     186            ' admission into ${a} for the ${b} academic session as follows:',
    187187            mapping = {'a': inst_name, 'b': entry_session}),
    188188            portal_language)
Note: See TracChangeset for help on using the changeset viewer.