Ticket #11852: 11852_trans_string.diff

File 11852_trans_string.diff, 823 bytes (added by Julien Phalip, 13 years ago)
  • django/contrib/admin/templates/registration/password_reset_email.html

    diff --git a/django/contrib/admin/templates/registration/password_reset_email.html b/django/contrib/admin/templates/registration/password_reset_email.html
    index 506a1a8..de9dc79 100644
    a b  
    11{% load i18n %}{% load url from future %}{% autoescape off %}
    2 {% trans "You're receiving this e-mail because you requested a password reset" %}
    3 {% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
     2{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %}
    43
    54{% trans "Please go to the following page and choose a new password:" %}
    65{% block reset_link %}
Back to Top