]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - tasks/plugin.rake
httputil: remove obsolete version_1_2 declaration
[user/henk/code/ruby/rbot.git] / 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