Ignore:
Timestamp:
10 Nov 2015, 08:07:44 (9 years ago)
Author:
Henrik Bettermann
Message:

... also if record was found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r13428 r13429  
    13141314    def label(self):
    13151315        if self.result:
    1316             return _('Application status of ${a}',
     1316            return _('Admission status of ${a}',
    13171317                     mapping = {'a':self.applicant.applicant_id})
    13181318        return _('Check your admission status')
Note: See TracChangeset for help on using the changeset viewer.