From: Stefan Pluecken Date: Thu, 23 Feb 2006 01:02:52 +0000 (+0000) Subject: fix typo X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=398f5f7ff4b4d37ef55e9d49c178133e970fdac4;ds=sidebyside fix typo --- diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index 3dd49a6..e40dc8a 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"))