typos
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Tue, 1 Apr 2008 13:32:46 +0000 (13:32 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Tue, 1 Apr 2008 13:32:46 +0000 (13:32 +0000)
lib/python/Plugins/Extensions/FileManager/plugin.py
lib/python/Plugins/Extensions/SimpleRSS/plugin.py

index 09a20e0..1238981 100644 (file)
@@ -59,5 +59,5 @@ def main(session, **kwargs):
        session.open(FileManager)
 
 def Plugins(**kwargs):
-       return [PluginDescriptor(name="File-Manager", description="Let's you view/edit files in your Dreambox", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=main),
-                       PluginDescriptor(name="File-Manager", description="Let's you view/edit files in your Dreambox", where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main)]
+       return [PluginDescriptor(name="File-Manager", description="Lets you view/edit files in your Dreambox", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=main),
+                       PluginDescriptor(name="File-Manager", description="Lets you view/edit files in your Dreambox", where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main)]
index 608d472..8cc050f 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) ]