update german translation

This commit is contained in:
Oskar Hahn 2012-06-23 15:36:02 +02:00
parent 7df1264abf
commit b963b61385
3 changed files with 332 additions and 286 deletions

View File

@ -65,10 +65,10 @@ class ConfigForm(Form, CssClassMixin):
)
assignment_poll_vote_values = forms.ChoiceField(widget=forms.Select(),
required=False,
label=_("Values for the election"),
label=_("Election method"),
choices=(
("auto", _("Choose the right method.")),
("votes", _("One option per candidate.")),
("yesnoabstain", _("Yes-No-Abatain per candidate.")),
("votes", _("Always one option per candidate.")),
("yesnoabstain", _("Always Yes-No-Abstain per candidate.")),
)
)

File diff suppressed because it is too large Load Diff