Changeset 10953 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 21 Jan 2014, 13:51:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r10931 r10953 183 183 entry_session = academic_sessions_vocab.getTerm(entry_session).title 184 184 text = trans(_( 185 'This is to inform you that you have been provisionally'186 ' admi ttedinto ${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:', 187 187 mapping = {'a': inst_name, 'b': entry_session}), 188 188 portal_language)
Note: See TracChangeset for help on using the changeset viewer.