From 4228642b53da94695a91c7b0e67fb5e4e14bde9a Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Thu, 17 Sep 2009 18:55:40 +1200 Subject: [PATCH] Rockthevote 'already voted' message now displays RTV progress (bug 4011, r=Fyren) --- plugins/rockthevote.sp | 2 +- translations/rockthevote.phrases.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index e4f4ec168..dada295bd 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -224,7 +224,7 @@ AttemptRTV(client) if (g_Voted[client]) { - ReplyToCommand(client, "[SM] %t", "Already Voted"); + ReplyToCommand(client, "[SM] %t", "Already Voted", g_Votes, g_VotesNeeded); return; } diff --git a/translations/rockthevote.phrases.txt b/translations/rockthevote.phrases.txt index 8899f81c0..5e5ac9788 100644 --- a/translations/rockthevote.phrases.txt +++ b/translations/rockthevote.phrases.txt @@ -23,7 +23,8 @@ "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"