From b9c5d044963b8aaf88268eca9aa21f6afb4ed890 Mon Sep 17 00:00:00 2001 From: hernani Date: Tue, 8 Jun 2010 10:02:02 +0000 Subject: [PATCH] Fixes OSQA 334, Set translation for the word "Thanks," in email footer. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@390 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/notifications/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forum/skins/default/templates/notifications/base.html b/forum/skins/default/templates/notifications/base.html index 404f3d8..d5d88dd 100644 --- a/forum/skins/default/templates/notifications/base.html +++ b/forum/skins/default/templates/notifications/base.html @@ -20,10 +20,10 @@

{% trans "Hello" %} {{ recipient.username }},

{% endif %} {% block content %}{% endblock%} -

Thanks,
{{settings.APP_SHORT_NAME}}

+

{% trans "Thanks" %},
{{settings.APP_SHORT_NAME}}

{% if not exclude_finetune %} -

P.S. You can always fine-tune which notifications you receive -here. +

{% trans "P.S. You can always fine-tune which notifications you receive" %} +{% trans "here" %}. {% endif %}


-- 2.39.5