#317 change string for the automatic methode of choosind the right assignment-poll-methode
This commit is contained in:
parent
469e93e21d
commit
0c834532db
@ -72,7 +72,7 @@ class ConfigForm(forms.Form, CssClassMixin):
|
|||||||
required=False,
|
required=False,
|
||||||
label=_("Election method"),
|
label=_("Election method"),
|
||||||
choices=(
|
choices=(
|
||||||
("auto", _("Choose the right method.")),
|
("auto", _("Automatic assign of method.")),
|
||||||
("votes", _("Always one option per candidate.")),
|
("votes", _("Always one option per candidate.")),
|
||||||
("yesnoabstain", _("Always Yes-No-Abstain per candidate.")),
|
("yesnoabstain", _("Always Yes-No-Abstain per candidate.")),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user