improved label of email sent on automatic removal of unused account; and mail

body, too.
This commit is contained in:
Frédéric Péters 2009-03-06 13:07:45 +00:00
parent 4853ed5ab0
commit 28065729d3
1 changed files with 2 additions and 2 deletions

View File

@ -1005,11 +1005,11 @@ Your account ([username]) is not being used.
'''))
EmailsDirectory.register('notification-of-removed-account',
N_('Notification of removed account'),
N_('Notification of removal of unused account'),
N_('Available variables: username'),
default_subject = N_('Your account has been removed'),
default_body = N_('''\
Your account ([username]) has been removed.
Your account ([username]) was not being used, it has therefore been removed.
'''))
EmailsDirectory.register('new-registration-admin-notification',