Ignore:
Timestamp:
17 Jun 2016, 11:55:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py

    r13218 r13951  
    157157
    158158class ExportApplicantsActionButton(ManageActionButton):
    159     """ 'Export applicants' button for faculties.
     159    """ 'Export data' button for faculties.
    160160    """
    161161    grok.context(IApplicantsContainer)
     
    163163    grok.require('waeup.manageApplication')
    164164    icon = 'actionicon_down.png'
    165     text = _('Export applicants')
     165    text = _('Export application data')
    166166    target = 'exports'
    167167    grok.order(4)
Note: See TracChangeset for help on using the changeset viewer.