Ignore:
Timestamp:
29 Feb 2012, 22:20:07 (13 years ago)
Author:
Henrik Bettermann
Message:

Translate text of emails send to users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r7723 r7734  
    18521852        IUserAccount(student).setPassword(pwd)
    18531853        # Send email with new redentials
    1854         msg = 'You have successfully changed your password for the'
     1854        msg = _('You have successfully changed your password for the')
    18551855        login_url = self.url(grok.getSite(), 'login')
    18561856        success = sirp_utils.sendCredentials(
Note: See TracChangeset for help on using the changeset viewer.