From 161e37441999359c9557677c721680d87a9d1cd0 Mon Sep 17 00:00:00 2001 From: Ruben Lubbes Date: Mon, 7 Dec 2015 18:46:13 +0100 Subject: [PATCH] Improved base strings to avoid duplicates Should not affect already translated strings. --- plinth/modules/networks/forms.py | 2 +- plinth/modules/transmission/templates/transmission.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/networks/forms.py b/plinth/modules/networks/forms.py index 6a627c892..5aeb6f3b1 100644 --- a/plinth/modules/networks/forms.py +++ b/plinth/modules/networks/forms.py @@ -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.')) diff --git a/plinth/modules/transmission/templates/transmission.html b/plinth/modules/transmission/templates/transmission.html index 414a722da..de67c4908 100644 --- a/plinth/modules/transmission/templates/transmission.html +++ b/plinth/modules/transmission/templates/transmission.html @@ -23,7 +23,7 @@ {% block content %} -

{% trans "Bittorrent (Transmission)" %}

+

{% trans "BitTorrent (Transmission)" %}

{% blocktrans trimmed %}