aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-23 01:02:52 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-23 01:02:52 +0000
commit398f5f7ff4b4d37ef55e9d49c178133e970fdac4 (patch)
tree416c0eaf8c787a3106707f5405b0309f60b969a4 /lib/python
parentaaf5b8aba767c60f84b74caf02da21c1f0272223 (diff)
downloadenigma2-398f5f7ff4b4d37ef55e9d49c178133e970fdac4.tar.gz
enigma2-398f5f7ff4b4d37ef55e9d49c178133e970fdac4.zip
fix typo
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/PluginBrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py
index 3dd49a69..e40dc8a6 100644
--- a/lib/python/Screens/PluginBrowser.py
+++ b/lib/python/Screens/PluginBrowser.py
@@ -103,7 +103,7 @@ class PluginDownloadBrowser(Screen):
def setTitle(self):
if self.type == self.DOWNLOAD:
- self.session.currentDialog.instance.setTitle(_("Downloadale new plugins"))
+ self.session.currentDialog.instance.setTitle(_("Downloadable new plugins"))
elif self.type == self.REMOVE:
self.session.currentDialog.instance.setTitle(_("Remove plugins"))