Punctuation errors changed after DE language check

Influences all translations, so do not use for 0.7.
This commit is contained in:
Ruben Lubbes 2015-12-07 19:10:49 +01:00 committed by Sunil Mohan Adapa
parent 91486beeb1
commit 841439ba73
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
target='_blank'>gnudip.datasystems24.net</a> or you may find
free update URL based services on
<a href='http://freedns.afraid.org/' target='_blank'>
freedns.afraid.org</a>
freedns.afraid.org</a>.
{% endblocktrans %}
</p>

View File

@ -43,7 +43,7 @@
enabled by default on {{ box_name }}. On any Debian based
system (such as {{ box_name }}) you may run it using the
command 'service firewalld start' or in case of a system with
systemd 'systemctl start firewalld'
systemd 'systemctl start firewalld'.
{% endblocktrans %}
</p>

View File

@ -41,7 +41,7 @@
While using Privoxy, you can see its configuration details and
documentation at
<a href="http://config.privoxy.org">http://config.privoxy.org/</a>
or <a href="http://p.p">http://p.p</a>
or <a href="http://p.p">http://p.p</a>.
{% endblocktrans %}
</p>

View File

@ -33,7 +33,7 @@ class TransmissionForm(forms.Form): # pylint: disable=W0232
label=_('Download directory'),
help_text=_('Directory where downloads are saved. If you change the \
default directory, ensure that the new directory exists and is writable by \
"debian-tramission" user'))
"debian-tramission" user.'))
rpc_username = forms.CharField(
label=_('Username'),

View File

@ -35,7 +35,7 @@
<p>
{% blocktrans trimmed %}
Access the web interface at <a href="/transmission">/transmission</a>
Access the web interface at <a href="/transmission">/transmission</a>.
{% endblocktrans %}
</p>