From 3bafb0933ecf940c51b0f1858d47e50e1ee4f585 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 21 Sep 2012 15:30:47 +0200 Subject: poll: usual gettext frozen string issues --- data/rbot/plugins/poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/rbot/plugins/poll.rb b/data/rbot/plugins/poll.rb index 0b91d27d..45744b19 100644 --- a/data/rbot/plugins/poll.rb +++ b/data/rbot/plugins/poll.rb @@ -327,7 +327,7 @@ class PollPlugin < Plugin return end - to_reply = _("poll #%{id} was asked by %{bold}%{author}%{bold} in %{bold}%{channel}%{bold} %{started}.") + to_reply = _("poll #%{id} was asked by %{bold}%{author}%{bold} in %{bold}%{channel}%{bold} %{started}.").dup options = '' outcome = '' if poll.running -- cgit v1.2.3