diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-24 17:29:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-24 17:29:27 +0100 |
commit | 7a60a686d3f70604813da4f21a5f6410d6d2f603 (patch) | |
tree | bb381ecf6bda0b8892f001910e123b9142aacdff | |
parent | 90230324e0f510e361c32b5ca5a6adbb60e190de (diff) |
avoid adding redundant strings for translation
-rw-r--r-- | template/glossary.html.j2 | 2 | ||||
-rw-r--r-- | template/gnurl.html.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/glossary.html.j2 b/template/glossary.html.j2 index f394bb77..f0429e84 100644 --- a/template/glossary.html.j2 +++ b/template/glossary.html.j2 @@ -33,7 +33,7 @@ {% endtrans %} </dd> </dt> -<dt>{{ _("Namespaces (deprecated)") }}</dt> +<dt>{{ _("Namespaces") }}</dt> <dd> {% trans %} explanation diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2 index 23349633..66aa9ac0 100644 --- a/template/gnurl.html.j2 +++ b/template/gnurl.html.j2 @@ -2,7 +2,7 @@ {% block body_content %} <div class="container-fluid"> <article> - <h1>{{ _("gnurl (libgnurl)") }}</h1> + <h1>gnurl (libgnurl)</h1> <p> {% trans %} libgnurl is a micro fork of libcurl. The goal of libgnurl |