Ignore:
Timestamp:
4 Sep 2015, 05:39:47 (9 years ago)
Author:
Henrik Bettermann
Message:

Improve description.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/purgecontainer.pt

    r13220 r13239  
    55    <p i18n:translate="purge">
    66        <strong>Technical Note:</strong> During application, many records
    7         are being initialized but not used. For various resons, many
     7        are being initialized but not used. For various reasons, many
    88        applicants do create one or more application records with
    99        corresponding user accounts but fail to log in. These records
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r13235 r13239  
    725725
    726726    export_disabled_message = schema.Text(
    727         title = _(u'Export disabled message'),
    728         description = _(u'This message will show up if an officer tries '
    729                          'to export data. Setting this field automatically '
    730                          'disables all exporters.'),
     727        title = _(u'Export-disabled message'),
     728        description = _(u'Message which will show up if an officer tries '
     729                         'to export data. All exporters are automatcally '
     730                         'disabled if this field is set.'),
    731731        required = False,
    732732        )
Note: See TracChangeset for help on using the changeset viewer.