proper name for eventinfo hook
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Thu, 29 Jan 2009 15:07:19 +0000 (15:07 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Thu, 29 Jan 2009 15:07:19 +0000 (15:07 +0000)
epgsearch/src/plugin.py

index 9716fad..e597040 100644 (file)
@@ -19,14 +19,13 @@ def main(session, *args, **kwargs):
 def Plugins(**kwargs):
        return [
                PluginDescriptor(
-                       name="EPGSearch",
-                       description = _("Search the EPG"),
+                       name = "EPGSearch",
+                       description = _("Search EPG"),
                        where = PluginDescriptor.WHERE_PLUGINMENU,
                        fnc = main,
                ),
                PluginDescriptor(
-                       name="EPGSearch",
-                       description = _("Search the EPG"),
+                       name = _("Search EPG"),
                        where = PluginDescriptor.WHERE_EVENTINFO,
                        fnc = main,
                ),