--- adminvote.sma 2008/03/03 06:00:27 43 +++ adminvote.sma 2010/10/11 23:53:51 44 @@ -531,7 +531,7 @@ formatex(lKickBan, charsmax(lKickBan), "%L", i, voteban ? "BAN" : "KICK"); // HACK: ADMIN_VOTE_FOR{1,2} keys are really weird. Tokenize and ignore the text before the : - LookupLangKey(msg, charsmax(msg), "ADMIN_CANC_VOTE_1", i); + LookupLangKey(msg, charsmax(msg), "ADMIN_VOTE_FOR_1", i); strtok(msg, dummy, 0, right, charsmax(right), ':'); trim(right); show_activity_id(i, id, name, right, lKickBan, arg);