diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-09-21 15:30:47 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-09-21 15:30:47 +0200 |
commit | 3bafb0933ecf940c51b0f1858d47e50e1ee4f585 (patch) | |
tree | ffc7770e47e912b98994ab19aa89bf11a69d01e0 /data | |
parent | d1c6075f5ee38ff6edbca8545f65be3c2516ebf2 (diff) |
poll: usual gettext frozen string issues
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/poll.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |