From: ghost Date: Wed, 25 Feb 2009 11:31:33 +0000 (+0100) Subject: make SoftwareManager filescan description translatable X-Git-Tag: 2.6.0~402 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f46b03d1dd4bf90975b0c946fc2720202832b836 make SoftwareManager filescan description translatable --- 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):