diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-23 01:02:52 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-23 01:02:52 +0000 |
| commit | 398f5f7ff4b4d37ef55e9d49c178133e970fdac4 (patch) | |
| tree | 416c0eaf8c787a3106707f5405b0309f60b969a4 /lib/python/Screens | |
| parent | aaf5b8aba767c60f84b74caf02da21c1f0272223 (diff) | |
| download | enigma2-398f5f7ff4b4d37ef55e9d49c178133e970fdac4.tar.gz enigma2-398f5f7ff4b4d37ef55e9d49c178133e970fdac4.zip | |
fix typo
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/PluginBrowser.py | 2 |
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")) |
