Changeset 12180 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 9 Dec 2014, 05:21:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r12079 r12180 37 37 fields = tuple(sorted(iface_names(IApplicantsContainer))) 38 38 #: The title under which this exporter will be displayed 39 title = _(u' BasicApplicants Containers')39 title = _(u'Applicants Containers') 40 40 41 41 def mangle_value(self, value, name, context=None):
Note: See TracChangeset for help on using the changeset viewer.