diff -r 6641e941ef1e -r ff1a9aa48cfd app/django/contrib/admin/templates/registration/password_reset_done.html --- a/app/django/contrib/admin/templates/registration/password_reset_done.html Tue Oct 14 12:36:55 2008 +0000 +++ b/app/django/contrib/admin/templates/registration/password_reset_done.html Tue Oct 14 16:00:59 2008 +0000 @@ -9,6 +9,6 @@

{% trans 'Password reset successful' %}

-

{% trans "We've e-mailed a new password to the e-mail address you submitted. You should be receiving it shortly." %}

+

{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}

{% endblock %}