From ede1da28c16d9b04dd5452e1ef7f84115180a810 Mon Sep 17 00:00:00 2001 From: hernani Date: Tue, 29 Jun 2010 11:34:31 +0000 Subject: [PATCH] Removes a redundant piece of text from the tags template. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@472 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/templates/tags.html b/forum/skins/default/templates/tags.html index 16ec11a..e58fad5 100644 --- a/forum/skins/default/templates/tags.html +++ b/forum/skins/default/templates/tags.html @@ -35,7 +35,7 @@

{% if stag %} - {% trans "All tags matching query" %} '{{ stag }}' {% trans "all tags - make this empty in english" %}: + {% trans "All tags matching query" %} '{{ stag }}': {% endif %} {% if not tags.object_list %} {% trans "Nothing found" %} -- 2.39.5