diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-04-01 13:32:46 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-04-01 13:32:46 +0000 |
| commit | 53d3dd4d1748071a2c8b3cf64519c9c2320cea93 (patch) | |
| tree | 1347d3d57e6e453309ea5d7b38c4be8029e5f999 /lib/python/Plugins | |
| parent | d5e3f30ef79b36a93ca1bfe195499d25ff182cdb (diff) | |
| download | enigma2-53d3dd4d1748071a2c8b3cf64519c9c2320cea93.tar.gz enigma2-53d3dd4d1748071a2c8b3cf64519c9c2320cea93.zip | |
typos
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/Extensions/FileManager/plugin.py | 4 | ||||
| -rw-r--r-- | lib/python/Plugins/Extensions/SimpleRSS/plugin.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Plugins/Extensions/FileManager/plugin.py b/lib/python/Plugins/Extensions/FileManager/plugin.py index 09a20e06..12389813 100644 --- a/lib/python/Plugins/Extensions/FileManager/plugin.py +++ b/lib/python/Plugins/Extensions/FileManager/plugin.py @@ -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)] diff --git a/lib/python/Plugins/Extensions/SimpleRSS/plugin.py b/lib/python/Plugins/Extensions/SimpleRSS/plugin.py index 608d4720..8cc050f1 100644 --- a/lib/python/Plugins/Extensions/SimpleRSS/plugin.py +++ b/lib/python/Plugins/Extensions/SimpleRSS/plugin.py @@ -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) ] |
