From 0c834532db75351b1626b9820fc832138908b742 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Fri, 20 Jul 2012 10:59:34 +0200 Subject: [PATCH] #317 change string for the automatic methode of choosind the right assignment-poll-methode --- openslides/assignment/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/assignment/forms.py b/openslides/assignment/forms.py index b04a23a6d..839e53422 100644 --- a/openslides/assignment/forms.py +++ b/openslides/assignment/forms.py @@ -72,7 +72,7 @@ class ConfigForm(forms.Form, CssClassMixin): required=False, label=_("Election method"), choices=( - ("auto", _("Choose the right method.")), + ("auto", _("Automatic assign of method.")), ("votes", _("Always one option per candidate.")), ("yesnoabstain", _("Always Yes-No-Abstain per candidate.")), )