Ignore:
Timestamp:
23 Aug 2015, 05:08:18 (9 years ago)
Author:
Henrik Bettermann
Message:

Explain that the export_disabled_message field means.

File:
1 edited

Legend:

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

    r13198 r13211  
    716716    export_disabled_message = schema.Text(
    717717        title = _(u'Export disabled message'),
     718        description = _(u'This message will show up if an officer tries '
     719                         'to export data. Setting this field automatically '
     720                         'disables all exporters.'),
    718721        required = False,
    719722        )
Note: See TracChangeset for help on using the changeset viewer.