Fix duplicate use of VOTE_NO_VOTES.
VOTE_NO_VOTES is defined (and used) twice in
messages.cfg and uvvote.pl - once for "no mails
to process" ("Keine Stimmen zu verarbeiten") and
once for "you didn't vote in your ballot"
("Keine Stimmen abgegeben").
Change the first use to VOTE_NO_VOTEMAILS.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
b4bfab9c0d
commit
691f834832
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ if ($clean) {
|
|||
|
||||
# no mails: exit here
|
||||
unless ($count) {
|
||||
print UVmessage::get("VOTE_NO_VOTES") . "\n\n";
|
||||
print UVmessage::get("VOTE_NO_VOTEMAILS") . "\n\n";
|
||||
exit 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue