From b1bda14903e447f392778c85288167f103670aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 2 Mar 2012 15:10:24 +0100 Subject: [PATCH] Better message --- html/translation_info.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/html/translation_info.html b/html/translation_info.html index 94fc7f706..9570a9fe6 100644 --- a/html/translation_info.html +++ b/html/translation_info.html @@ -4,8 +4,5 @@ {% include "subproject_info.html" %} {% endwith %}

-{% blocktrans with object.unit_set.all.count as count and object.get_translated_percent as translated and object.get_fuzzy_percent as fuzzy %} -There are {{ count }} strings, out of which {{ translated }}% is translated -and {{ fuzzy }}% is fuzzy. -{% endblocktrans %} +{% blocktrans with object.unit_set.all.count as count and object.get_translated_percent as translated and object.get_fuzzy_percent as fuzzy %}There are {{ count }} strings, out of which {{ translated }}% is translated and {{ fuzzy }}% is fuzzy.{% endblocktrans %}