tor: Update APT transport help text

This commit is contained in:
Sunil Mohan Adapa 2015-09-04 15:28:31 +05:30
parent 787fc22d04
commit aa88b09d69

View File

@ -48,9 +48,10 @@ class TorForm(forms.Form): # pylint: disable=W0232
apt_transport_tor_enabled = forms.BooleanField(
label=_('Download software packages over Tor'),
required=False,
help_text=_('When enabled, Debian packages will be downloaded over '
'the Tor network for software installs and upgrades. This '
'adds a degree of privacy to your software downloads.'))
help_text=_('When enabled, software will be downloaded over the Tor '
'network for installations and upgrades. This adds a '
'degree of privacy and security during software '
'downloads.'))
def init():