From: Giuseppe Bilotta Date: Fri, 21 Sep 2012 11:39:41 +0000 (+0200) Subject: poll: oopsie in the gettext string for poll status X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=88d6fabb42b368a2f2ead801fb1773cdd1c710c3;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git poll: oopsie in the gettext string for poll status --- 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