]> git.openstreetmap.org Git - osqa.git/commitdiff
Fixes OSQA 334, Set translation for the word "Thanks," in email footer.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 8 Jun 2010 10:02:02 +0000 (10:02 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 8 Jun 2010 10:02:02 +0000 (10:02 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@390 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/notifications/base.html

index 404f3d848a54300129c96cc10263724644ac3fd3..d5d88dd2f4280712276b7eb277e3259d4d985450 100644 (file)
 <p style="{{ p_style }}">{% trans "Hello" %} {{ recipient.username }},</p>
 {% endif %}
 {% block content %}{% endblock%}
-<p style="{{ p_style }}">Thanks,<br />{{settings.APP_SHORT_NAME}}</p>
+<p style="{{ p_style }}">{% trans "Thanks" %},<br />{{settings.APP_SHORT_NAME}}</p>
 {% if not exclude_finetune %}
-<p style="{{ p_style }}">P.S. You can always fine-tune which notifications you receive
-<a href="{{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %}" style="{{ a_style }}">here</a>.
+<p style="{{ p_style }}">{% trans "P.S. You can always fine-tune which notifications you receive" %}
+<a href="{{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %}" style="{{ a_style }}">{% trans "here" %}</a>.
 {% endif %}
 </p>
 <hr style="{{ hr_style }}" />