[damned-lies] Removed duplicate title in reduced_po.html template



commit 277b6cfae6eae7a5bca0f50d374cfed0f34d6ff1
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri May 13 16:52:20 2016 +0200

    Removed duplicate title in reduced_po.html template

 templates/help/reduced_po.html |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/templates/help/reduced_po.html b/templates/help/reduced_po.html
index 87249e2..f90a981 100644
--- a/templates/help/reduced_po.html
+++ b/templates/help/reduced_po.html
@@ -6,8 +6,6 @@
 {% block content-title %}{% trans "Reduced po files" %}{% endblock %}
 
 {% block content %}
-<h1>{% trans "Reduced po files" %}</h1>
-
 <p>{% blocktrans %}Damned Lies is able to filter strings which are seldom visible in user interfaces, so as 
translation teams can concentrate on most visible strings.{% endblocktrans %}</p>
 
 <p>{% blocktrans with "http://translate.sourceforge.net/wiki/toolkit/pogrep"; as pogrep_url%}The most typical 
case is the strings from schema files, hence the default filter is filtering out strings which come from 
files having "gschema.xml.in" in their name. Technically speaking, the filter is using the <a href="{{ 
pogrep_url }}">pogrep command from the Translate Toolkit</a>.{% endblocktrans %}</p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]