update german translation
This commit is contained in:
parent
7df1264abf
commit
b963b61385
@ -65,10 +65,10 @@ class ConfigForm(Form, CssClassMixin):
|
|||||||
)
|
)
|
||||||
assignment_poll_vote_values = forms.ChoiceField(widget=forms.Select(),
|
assignment_poll_vote_values = forms.ChoiceField(widget=forms.Select(),
|
||||||
required=False,
|
required=False,
|
||||||
label=_("Values for the election"),
|
label=_("Election method"),
|
||||||
choices=(
|
choices=(
|
||||||
("auto", _("Choose the right method.")),
|
("auto", _("Choose the right method.")),
|
||||||
("votes", _("One option per candidate.")),
|
("votes", _("Always one option per candidate.")),
|
||||||
("yesnoabstain", _("Yes-No-Abatain per candidate.")),
|
("yesnoabstain", _("Always Yes-No-Abstain per candidate.")),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user