From da966da78926825ccfebcfa5049320c4834c1bba Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Wed, 26 Jan 2011 17:02:09 +0100
Subject: little improvments

---
 module/plugins/hooks/Ev0InFetcher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/plugins/hooks')

diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py
index befa420c7..59e1c5462 100644
--- a/module/plugins/hooks/Ev0InFetcher.py
+++ b/module/plugins/hooks/Ev0InFetcher.py
@@ -29,7 +29,7 @@ class Ev0InFetcher(Hook, PluginStorage):
                   ("interval", "int", "Check interval in minutes", "10"),
                   ("queue", "bool", "Move new shows directly to Queue", False),
                   ("shows", "str", "Shows to check for (comma seperated)", ""),
-                  ("quality", "str", "xvid/x264/rmvb", "xvid"),
+                  ("quality", "xvid;x264;rmvb", "Video Format", "xvid"),
                   ("hoster", "str", "Hoster to use (comma seperated)", "NetloadIn,RapidshareCom,MegauploadCom,HotfileCom")]
     __author_name__ = ("mkaay")
     __author_mail__ = ("mkaay@mkaay.de")
-- 
cgit v1.2.3