fix service type
[enigma2.git] / lib / python / Plugins / Extensions / SimpleRSS / plugin.py
index 608d4720df7dafdf250806394bd029e82cecd864..8cc050f1d0762bbb31110470bc41972d242d3e7b 100644 (file)
@@ -269,4 +269,4 @@ def showCurrent(session, **kwargs):
 def Plugins(**kwargs):
        return [ PluginDescriptor(name="RSS Reader", description="A (really) simple RSS reader", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=main),
                PluginDescriptor(where = [PluginDescriptor.WHERE_SESSIONSTART, PluginDescriptor.WHERE_AUTOSTART], fnc = autostart),
-               PluginDescriptor(name="View RSS", description="Let's you view current RSS entries", where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=showCurrent) ]
+               PluginDescriptor(name="View RSS", description="Lets you view current RSS entries", where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=showCurrent) ]