aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/PluginBrowser.py2
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"))