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
				
			
		| 
						 | 
				
			
			@ -162,7 +162,7 @@ COUNT_DELETED = ${NUM} Stimme(n) geloescht.
 | 
			
		|||
VOTE_RENAMING_MAILBOX = Benenne Stimmdatei um...
 | 
			
		||||
VOTE_WRITE_RESULTS = Ergebnisdatei ${FILE} nicht schreibbar!
 | 
			
		||||
VOTE_CLOSE_RESULTS = Ergebnisdatei ${FILE} konnte nicht erfolgreich geschlossen werden!
 | 
			
		||||
VOTE_NO_VOTES = Keine Stimmen zu verarbeiten.
 | 
			
		||||
VOTE_NO_VOTEMAILS = Keine Stimmen zu verarbeiten.
 | 
			
		||||
VOTE_NUM_VOTES = ${COUNT} Stimmen bearbeitet.
 | 
			
		||||
VOTE_NOT_SAVED = ${COUNT} Stimmen bearbeitet, aber nicht gespeichert.
 | 
			
		||||
VOTE_FIRSTRUN = 'uvvote clean' aufrufen, um Ergebnisse zu speichern und Bestaetigungen zu verschicken.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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