Fix duplicate use of VOTE_NO_VOTES.
[usenet/usevote.git] / uvvote.pl
index 72a366e..c859504 100755 (executable)
--- a/uvvote.pl
+++ b/uvvote.pl
@@ -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;
   }
 
This page took 0.010718 seconds and 4 git commands to generate.