mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
transmission: minor comment updates
This commit is contained in:
parent
69adf1cfc5
commit
d185e88022
@ -49,7 +49,7 @@ def parse_arguments():
|
||||
subparsers.add_parser('is-running',
|
||||
help='Get whether Transmission daemon is running')
|
||||
|
||||
# Get currently configured Tor hidden service information
|
||||
# Merge given JSON configration with existing
|
||||
merge_configuration = subparsers.add_parser(
|
||||
'merge-configuration',
|
||||
help='Merge given JSON configration with existing')
|
||||
|
||||
@ -24,7 +24,7 @@ from gettext import gettext as _
|
||||
|
||||
|
||||
class TransmissionForm(forms.Form): # pylint: disable=W0232
|
||||
"""Tor configuration form"""
|
||||
"""Transmission configuration form"""
|
||||
enabled = forms.BooleanField(
|
||||
label=_('Enable Transmission daemon'),
|
||||
required=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user