fix typo
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 23 Feb 2006 01:02:52 +0000 (01:02 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 23 Feb 2006 01:02:52 +0000 (01:02 +0000)
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"))