Changeset 12180 for main/waeup.kofa/trunk/src/waeup/kofa/accesscodes
- Timestamp:
- 9 Dec 2014, 05:21:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/export.py
r9262 r12180 36 36 37 37 #: The title under which this exporter will be displayed 38 title = _(u'Access CodeBatches')38 title = _(u'Access Code Batches') 39 39 40 40 def mangle_value(self, value, name, context=None): … … 67 67 68 68 #: The title under which this exporter will be displayed 69 title = _(u'Access Codes')69 title = _(u'Access Codes') 70 70 71 71 def mangle_value(self, value, name, context=None):
Note: See TracChangeset for help on using the changeset viewer.