#317 change string for the automatic methode of choosind the right assignment-poll-methode

This commit is contained in:
Oskar Hahn 2012-07-20 10:59:34 +02:00
parent 469e93e21d
commit 0c834532db

View File

@ -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.")),
) )