Small style changes.
This commit is contained in:
parent
e8fa0eca5a
commit
256a8d9203
@ -37,7 +37,7 @@ def get_config_variables():
|
|||||||
{'value': 'CAST', 'display_name': 'All casted ballots'},
|
{'value': 'CAST', 'display_name': 'All casted ballots'},
|
||||||
{'value': 'DISABLED', 'display_name': 'Disabled (no percents)'}),
|
{'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 " +
|
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 " +
|
"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 %.",
|
"the sum of all votes per candidate is 100 %.",
|
||||||
weight=420,
|
weight=420,
|
||||||
group='Elections',
|
group='Elections',
|
||||||
|
@ -765,9 +765,9 @@ angular.module('OpenSlidesApp.assignments.site', ['OpenSlidesApp.assignments'])
|
|||||||
gettext('Elections');
|
gettext('Elections');
|
||||||
gettext('Ballot and ballot papers');
|
gettext('Ballot and ballot papers');
|
||||||
gettext('The 100 % base of an election result consists of');
|
gettext('The 100 % base of an election result consists of');
|
||||||
gettext('For Yes/No/Abstain and Yes/No the 100 % base depends ' +
|
gettext('For Yes/No/Abstain and Yes/No the 100 % base depends on the election method: If there are ' +
|
||||||
'on the election method: If there are more candidates ' +
|
'more candidates than open posts, the sum of all votes of all candidates is 100 %. Otherwise ' +
|
||||||
'than open posts, the sum of all votes of all candidates is 100 %.');
|
'the sum of all votes per candidate is 100 %.');
|
||||||
gettext('Yes/No/Abstain per candidate');
|
gettext('Yes/No/Abstain per candidate');
|
||||||
gettext('Yes/No per candidate');
|
gettext('Yes/No per candidate');
|
||||||
gettext('All valid ballots');
|
gettext('All valid ballots');
|
||||||
|
@ -1867,7 +1867,6 @@ angular.module('OpenSlidesApp.motions.site', ['OpenSlidesApp.motions', 'OpenSlid
|
|||||||
gettext('All valid ballots');
|
gettext('All valid ballots');
|
||||||
gettext('All casted ballots');
|
gettext('All casted ballots');
|
||||||
gettext('Disabled (no percents)');
|
gettext('Disabled (no percents)');
|
||||||
gettext('Yes and No votes');
|
|
||||||
gettext('Number of ballot papers (selection)');
|
gettext('Number of ballot papers (selection)');
|
||||||
gettext('Number of all delegates');
|
gettext('Number of all delegates');
|
||||||
gettext('Number of all participants');
|
gettext('Number of all participants');
|
||||||
|
Loading…
Reference in New Issue
Block a user