changed syntax of variables

This commit is contained in:
Daniel Steglich 2015-03-03 22:01:00 +01:00
parent 3e75e65fc5
commit bc7ed8dec9

View File

@ -98,9 +98,10 @@ class ConfigureForm(forms.Form):
dynamicdns_update_url = TrimmedCharField(label=_('Update URL'),
required=False,
help_text=_('The Variables $User\
, $Pass, $IP, $Domain\
may be used'))
help_text=_('The Variables <User>\
, <Pass>, <IP>, \
<Domain> may be \
used'))
disable_SSL_cert_check = forms.BooleanField(label=_('accept all SSL \
certificates'),