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:
Thomas Hochstein 2012-01-09 02:52:50 +01:00
parent b4bfab9c0d
commit 691f834832
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}