summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/translator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/translator.rb b/data/rbot/plugins/translator.rb
index 5f2dece7..a8a31a5e 100644
--- a/data/rbot/plugins/translator.rb
+++ b/data/rbot/plugins/translator.rb
@@ -353,7 +353,7 @@ class TranslatorPlugin < Plugin
end
m.reply(if params[:show_provider]
_('%{translation} (provided by %{translator})') %
- {:translation => translation, :translator => tname}
+ {:translation => translation, :translator => tname.gsub("_", " ")}
else
translation
end)