diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-25 12:31:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-25 12:31:33 +0100 |
| commit | f46b03d1dd4bf90975b0c946fc2720202832b836 (patch) | |
| tree | 5ee408dfe2207ea3fae34cd78be2549fb2c0cad1 /lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | |
| parent | 59d5d3748a33a1102cf1455c6ac52e95b18e2edc (diff) | |
| download | enigma2-f46b03d1dd4bf90975b0c946fc2720202832b836.tar.gz enigma2-f46b03d1dd4bf90975b0c946fc2720202832b836.zip | |
make SoftwareManager filescan description translatable
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | 2 |
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): |
