missing i18n for "Password Change"

This commit is contained in:
Thomas NOËL 2012-09-11 09:41:47 +02:00
parent dbc3c9d79f
commit 9f266dfdd0
1 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ class MethodDirectory(Directory):
if action == 'cxlpw':
def cancel_pw [html] ():
template.html_top('Password Change')
template.html_top(_('Password Change'))
'<h1>%s</h1>' % _('Request Cancelled')
'<p>%s</p>' % _('Your request has been cancelled')
'<p>'
@ -390,7 +390,7 @@ class MethodDirectory(Directory):
return redirect('login')
def change_pw [html] ():
template.html_top('Password Change')
template.html_top(_('Password Change'))
get_request().form = {}
form.render()