Fixed #1260 (Change description of percent base choices)
This commit is contained in:
parent
6521d6b095
commit
5953e58c99
@ -70,8 +70,8 @@ class BaseVote(models.Model):
|
|||||||
|
|
||||||
|
|
||||||
PERCENT_BASE_CHOICES = (
|
PERCENT_BASE_CHOICES = (
|
||||||
('WITHOUT_INVALID', ugettext_lazy('All valid votes (Yes + No + Abstention)')),
|
('WITHOUT_INVALID', ugettext_lazy('Only all valid votes')),
|
||||||
('WITH_INVALID', ugettext_lazy('All votes casts (valid + invalid votes)')),
|
('WITH_INVALID', ugettext_lazy('All votes cast (including invalid votes)')),
|
||||||
('DISABLED', ugettext_lazy('Disabled (no percents)')))
|
('DISABLED', ugettext_lazy('Disabled (no percents)')))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user