From 31faa3ed89df6c1ac3088c05c81423088304ea02 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 4 Apr 2012 21:35:49 +0200 Subject: Marked another string for translation. --- debug_toolbar/templates/debug_toolbar/panels/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index c42fef2..8061053 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -7,7 +7,7 @@ {% endfor %} {% else %} -

None

+

{% trans "None" %}

{% endif %}

{% blocktrans count template_count=templates|length %}Template{% plural %}Templates{% endblocktrans %}

-- cgit v1.2.3