From 88d6fabb42b368a2f2ead801fb1773cdd1c710c3 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 21 Sep 2012 13:39:41 +0200 Subject: [PATCH] poll: oopsie in the gettext string for poll status --- data/rbot/plugins/poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.32.0.93.g670b81a890