From 57868d5a50a8d1bbd53b4f45c0899c2dc329cc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Feb 2012 15:36:48 +0100 Subject: [PATCH] Show correct string --- html/translate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/translate.html b/html/translate.html index 8c3a640bd..4fbc09145 100644 --- a/html/translate.html +++ b/html/translate.html @@ -7,7 +7,7 @@

{% trans "Translate" %}

-

{% blocktrans %}Showing string {{ unit.position }} out of {{ total }}.{% endblocktrans %}

+

{% blocktrans with unit.position as position %}Showing string {{ position }} out of {{ total }}.{% endblocktrans %}

{% endblock %}