Rockthevote 'already voted' message now displays RTV progress (bug 4011, r=Fyren)

This commit is contained in:
Matt Woodrow 2009-09-17 18:55:40 +12:00
parent acba87ae46
commit 4228642b53
2 changed files with 3 additions and 2 deletions

View File

@ -224,7 +224,7 @@ AttemptRTV(client)
if (g_Voted[client]) if (g_Voted[client])
{ {
ReplyToCommand(client, "[SM] %t", "Already Voted"); ReplyToCommand(client, "[SM] %t", "Already Voted", g_Votes, g_VotesNeeded);
return; return;
} }

View File

@ -23,7 +23,8 @@
"Already Voted" "Already Voted"
{ {
"en" "You have already voted to Rock the Vote." "#format" "{1:d},{2:d}"
"en" "You have already voted to Rock the Vote. ({1} votes, {2} required)"
} }
"Minimal Players Not Met" "Minimal Players Not Met"