commit dba7ff3b573e16711f3e1ee2b7ba5980b5c6b54c
parent 722fa0c87fe98b9d39ec93e90792f588e39fb8d2
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 7 Mar 2017 16:43:26 +0100
remove 'Deutsche Rechtschreibung' of mailing list
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/contact.html.j2 b/contact.html.j2
@@ -10,10 +10,10 @@
<div class="container">
<div class="row">
<div class="col-lg-6">
- <h2>{{ _("The mailinglist") }}</h2>
+ <h2>{{ _("The mailing list") }}</h2>
<p>
{% trans %}
- An archived, public mailinglist for GNU Taler is
+ An archived, public mailing list for GNU Taler is
hosted at
<a href="https://lists.gnu.org/mailman/listinfo/taler">https://lists.gnu.org/mailman/listinfo/taler</a>. You can send messages to the list
at <a href="mailto:taler@gnu.org">taler@gnu.org</a>.
@@ -40,7 +40,7 @@
<a href="https://gnunet.org/bugs/">Bug tracker</a>,
which is shared with the GNUnet project.
You can also report bugs or feature requests to the
- mailinglist.
+ mailing list.
{% endtrans %}
</p>
</div>
diff --git a/developers.html.j2 b/developers.html.j2
@@ -90,7 +90,7 @@
<div class="col-lg-4">
<h2>{{ _("Discussion") }}</h2>
- <p>{{ _("We have a mailinglist for developer discussions.
+ <p>{{ _("We have a mailing list for developer discussions.
You can subscribe to it or read the list archive at
<a href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>.") }}</p>
</div>