X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/aefda44ab040aa30d29723ff652cb264c53eeb26..3c4367d8e03450e9a73e61f4247145d2b6c86a33:/skins/generic/password_reset_mail.py?ds=sidebyside

diff --git a/skins/generic/password_reset_mail.py b/skins/generic/password_reset_mail.py
index 442a1f6..7a9ab12 100644
--- a/skins/generic/password_reset_mail.py
+++ b/skins/generic/password_reset_mail.py
@@ -3,7 +3,7 @@ from Products.Plinn.utils import translate as _
 
 print _('Hi %(fullName)s,')
 print
-print _('You have asked to change your password.')
+print _('You recently asked to reset your password.')
 
 print _("To get back into your account on the %(siteName)s website, you'll need to create a new password.")
 print _("It's easy:")