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/applicants/export.py

    r12079 r12180  
    3737    fields = tuple(sorted(iface_names(IApplicantsContainer)))
    3838    #: The title under which this exporter will be displayed
    39     title = _(u'Basic Applicants Containers')
     39    title = _(u'Applicants Containers')
    4040
    4141    def mangle_value(self, value, name, context=None):
Note: See TracChangeset for help on using the changeset viewer.