Ignore:
Timestamp:
24 May 2012, 06:10:55 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove tern 'eTranzact' from slip.

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

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r8421 r8506  
    165165        note = translate(_(
    166166            u"""<br /><br /><br />
    167 The tranzaction code for eTranzact payments is <strong>${a}</strong>.""",
     167The tranzaction code is <strong>${a}</strong>.""",
    168168            mapping = {'a':tcode}))
    169169        return note
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py

    r8421 r8506  
    212212        note = translate(_(
    213213            u"""<br /><br /><br />
    214 The tranzaction code for eTranzact payments is <strong>${a}</strong>.""",
     214The tranzaction code is <strong>${a}</strong>.""",
    215215            mapping = {'a':tcode}))
    216216        return note
Note: See TracChangeset for help on using the changeset viewer.