Changed label and help text of assignment config for 100-%-base.

This commit is contained in:
Norman Jäckel 2016-11-04 12:02:16 +01:00
parent ef36962221
commit 19a76f5d3d
2 changed files with 10 additions and 8 deletions

View File

@ -29,16 +29,17 @@ def get_config_variables():
name='assignments_poll_100_percent_base',
default_value='YES_NO_ABSTAIN',
input_type='choice',
label='The 100 % base of an election result consists of',
label='The 100-%-base of an election result consists of',
choices=(
{'value': 'YES_NO_ABSTAIN', 'display_name': 'Yes/No/Abstain per candidate'},
{'value': 'YES_NO', 'display_name': 'Yes/No per candidate'},
{'value': 'VALID', 'display_name': 'All valid ballots'},
{'value': 'CAST', 'display_name': 'All casted ballots'},
{'value': 'DISABLED', 'display_name': 'Disabled (no percents)'}),
help_text="For Yes/No/Abstain and Yes/No the 100 % base depends on the election method: If there are " +
"more candidates than open posts, the sum of all votes of all candidates is 100 %. Otherwise " +
"the sum of all votes per candidate is 100 %.",
help_text=('For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base '
'depends on the election method: If there is only one option per candidate, '
'the sum of all votes of all candidates is 100 %. Otherwise for each '
'candidate the sum of all votes is 100 %.'),
weight=420,
group='Elections',
subgroup='Ballot and ballot papers')

View File

@ -822,10 +822,11 @@ angular.module('OpenSlidesApp.assignments.site', [
gettext('Always Yes/No per candidate');
gettext('Elections');
gettext('Ballot and ballot papers');
gettext('The 100 % base of an election result consists of');
gettext('For Yes/No/Abstain and Yes/No the 100 % base depends on the election method: If there are ' +
'more candidates than open posts, the sum of all votes of all candidates is 100 %. Otherwise ' +
'the sum of all votes per candidate is 100 %.');
gettext('The 100-%-base of an election result consists of');
gettext('For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base ' +
'depends on the election method: If there is only one option per candidate, ' +
'the sum of all votes of all candidates is 100 %. Otherwise for each ' +
'candidate the sum of all votes is 100 %.');
gettext('Yes/No/Abstain per candidate');
gettext('Yes/No per candidate');
gettext('All valid ballots');