fix typo
[enigma2.git] / lib / python / Screens / PluginBrowser.py
index 3dd49a69cd59a6f48208e16e875ca7b654b43c2c..e40dc8a6d484827e41e1f3a8f3b0321193e37a96 100644 (file)
@@ -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"))