3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-23 02:24:17 +01:00

fucking typo

This commit is contained in:
Luke Slater 2012-06-15 17:39:26 +01:00
parent c018e338dc
commit 5904708d6b

View File

@ -43,7 +43,7 @@ var poll = function(dbot) {
polls[name].votes[oldVote]--;
polls[name].votes[vote]++;
polls[name].votees[event.user] = vote;
event.reply(dbot.t('changed_voted', {'vote': vote, 'poll': name,
event.reply(dbot.t('changed_vote', {'vote': vote, 'poll': name,
'count': polls[name].votes[vote]}));
} else {
polls[name].votes[vote]++;