]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
youtube plugin: more compact info representation
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 23 Mar 2008 16:16:04 +0000 (17:16 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 23 Mar 2008 16:16:04 +0000 (17:16 +0100)
data/rbot/plugins/youtube.rb

index 2f009f11994aeed6bb7555bb4c17b32d45202370..f524cb3647bfe44da03cd6820512aabea400d0e1 100644 (file)
@@ -145,7 +145,7 @@ class YouTubePlugin < Plugin
       debug e
     end
     if vid
-      m.reply(_("Video: %{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%{duration}). %{views} views, faved %{faves} times.\nDescription: %{desc}") %
+      m.reply(_("%{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%{duration}). %{views} views, faved %{faves} times. %{desc}") %
               {:bold => Bold}.merge(vid))
     else
       m.reply(_("couldn't retrieve infos on video code %{code}") % {:code => code})