Improved base strings to avoid duplicates

Should not affect already translated strings.
This commit is contained in:
Ruben Lubbes 2015-12-07 18:46:13 +01:00 committed by Sunil Mohan Adapa
parent fad7448417
commit 161e374419
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ class AddWifiForm(forms.Form):
"""Form to create a new Wi-Fi connection."""
name = forms.CharField(label=_('Connection Name'))
interface = forms.ChoiceField(
label=_('Physical interface'),
label=_('Physical Interface'),
choices=(),
help_text=_('The network device that this connection should be bound '
'to.'))

View File

@ -23,7 +23,7 @@
{% block content %}
<h2>{% trans "Bittorrent (Transmission)" %}</h2>
<h2>{% trans "BitTorrent (Transmission)" %}</h2>
<p>
{% blocktrans trimmed %}