Ignore:
Timestamp:
30 Apr 2014, 11:53:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change pre_text.

File:
1 edited

Legend:

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

    r11607 r11609  
    251251            return
    252252        students_utils = getUtility(IStudentsUtils)
    253         pre_text = _('Congratulations! Your acceptance and school fee payments ' +
    254                      'have been received and your matriculation number ' +
    255                      'generated with details as follows:')
     253        pre_text = _('Congratulations! Your acceptance fee and school fees ' +
     254                     'payments have been received and your matriculation ' +
     255                     'number generated with details as follows.')
    256256        return students_utils.renderPDFAdmissionLetter(self,
    257257            self.context.student, omit_fields=self.omit_fields,
Note: See TracChangeset for help on using the changeset viewer.