Changeset 11891 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 28 Oct 2014, 20:02:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py
r11699 r11891 43 43 grok.name(util_name) 44 44 45 name = u'ApplicantsContainer Processor'45 name = _('ApplicantsContainer Processor') 46 46 mode = u'create' 47 47 iface = IApplicantsContainer … … 92 92 util_name = 'applicantprocessor' 93 93 grok.name(util_name) 94 name = u'Applicant Processor'94 name = _('Applicant Processor') 95 95 iface = IApplicant 96 96 iface_byregnumber = IApplicantUpdateByRegNo
Note: See TracChangeset for help on using the changeset viewer.