- Timestamp:
- 23 Aug 2016, 07:13:32 (8 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po
r14073 r14114 128 128 msgid "Cleared" 129 129 msgstr "Verified/Cleared" 130 131 msgid "Download clearance slip" 132 msgstr "Download verification/clearance slip" -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r14113 r14114 471 471 def label(self): 472 472 portal_language = getUtility(IKofaUtils).PORTAL_LANGUAGE 473 return translate(_(' Clearance Slip\n'),473 return translate(_('Verification/Clearance Slip\n'), 474 474 target_language=portal_language) \ 475 475 + ' %s' % self.context.display_fullname
Note: See TracChangeset for help on using the changeset viewer.