diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index e4f4ec16..dada295b 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 8899f81c..5e5ac978 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"