Changeset 14541


Ignore:
Timestamp:
13 Feb 2017, 10:12:31 (8 years ago)
Author:
Henrik Bettermann
Message:

Add 'found'.

Replace 'extension' by 'Extension'.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po

    r14535 r14541  
    181181#: waeup/kofa/students/vocabularies.py:112
    182182msgid "${title} 2nd spillover"
    183 msgstr "${title} 2nd extension"
     183msgstr "${title} 2nd Extension"
    184184
    185185#. Default: ""
    186186#: waeup/kofa/students/vocabularies.py:115
    187187msgid "${title} 3rd spillover"
    188 msgstr "${title} 3rd extension"
     188msgstr "${title} 3rd Extension"
    189189
    190190#. Default: ""
    191191#: waeup/kofa/students/vocabularies.py:118
    192192msgid "${title} 1st spillover"
    193 msgstr "${title} 1st extension"
     193msgstr "${title} 1st Extension"
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r14534 r14541  
    222222            return self.ALUMNI_PAYMENT_CATS.items()
    223223        if self.context.student.current_mode in (
    224             'ijmbe', 'special_pg_ft', 'special_pg_pt') :
     224            'ijmbe', 'special_pg_ft', 'special_pg_pt', 'found') :
    225225            return self.REDUCED_PAYMENT_CATS.items()
    226226        categories = getUtility(IKofaUtils).SELECTABLE_PAYMENT_CATEGORIES
Note: See TracChangeset for help on using the changeset viewer.