Ignore:
Timestamp:
9 Dec 2014, 05:21:31 (10 years ago)
Author:
Henrik Bettermann
Message:

Choose consistent exporter names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/export.py

    r9262 r12180  
    3636
    3737    #: The title under which this exporter will be displayed
    38     title = _(u'AccessCodeBatches')
     38    title = _(u'Access Code Batches')
    3939
    4040    def mangle_value(self, value, name, context=None):
     
    6767
    6868    #: The title under which this exporter will be displayed
    69     title = _(u'AccessCodes')
     69    title = _(u'Access Codes')
    7070
    7171    def mangle_value(self, value, name, context=None):
Note: See TracChangeset for help on using the changeset viewer.