From: Stefan Pluecken Date: Thu, 23 Feb 2006 01:02:52 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~4035 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/398f5f7ff4b4d37ef55e9d49c178133e970fdac4 fix typo --- 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"))