]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Fix multibyte char in rake task
authorRyan Waldron <rwaldron@github.com>
Thu, 18 Apr 2013 19:42:50 +0000 (14:42 -0500)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 25 Apr 2013 05:18:50 +0000 (07:18 +0200)
tasks/plugin.rake

index 2a572786b9b752911167c17c71c4aadb2db7d653..ffdb23de5a64e8c15d275fc6a596fba1c55185f4 100644 (file)
@@ -16,7 +16,7 @@ class #{class_name} < Plugin
     when 'hello'
       _("hello, this is an example topic of my new plugin! :)")
     else
-      _("#{plugin_name} plugin  topics: %{list}") % {
+      _("#{plugin_name} plugin - topics: %{list}") % {
         :list => topics.join(", ")
       }
     end