aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-02-25 12:31:33 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-02-25 12:31:33 +0100
commitf46b03d1dd4bf90975b0c946fc2720202832b836 (patch)
tree5ee408dfe2207ea3fae34cd78be2549fb2c0cad1 /lib/python
parent59d5d3748a33a1102cf1455c6ac52e95b18e2edc (diff)
downloadenigma2-f46b03d1dd4bf90975b0c946fc2720202832b836.tar.gz
enigma2-f46b03d1dd4bf90975b0c946fc2720202832b836.zip
make SoftwareManager filescan description translatable
Diffstat (limited to 'lib/python')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
index 1df061e2..3eefa47d 100755
--- a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
@@ -815,7 +815,7 @@ def filescan(**kwargs):
ScanPath(path = "", with_subdirs = False),
],
name = "Ipkg",
- description = "Install software updates...",
+ description = _("Install software updates..."),
openfnc = filescan_open, )
def UpgradeMain(session, **kwargs):