summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/poll.rb b/data/rbot/plugins/poll.rb
index 814b2673..33e2b4d8 100644
--- a/data/rbot/plugins/poll.rb
+++ b/data/rbot/plugins/poll.rb
@@ -321,7 +321,7 @@ class PollPlugin < Plugin
if poll.voters.has_key? m.sourcenick
to_reply << _(" Be patient, it'll end %{end}")
else
- to_reply << _(" You have until %{poll.ends_at} to vote if you haven't!")
+ to_reply << _(" You have until %{end} to vote if you haven't!")
options << " #{poll.options}"
end
else