From f46b03d1dd4bf90975b0c946fc2720202832b836 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 25 Feb 2009 12:31:33 +0100 Subject: [PATCH] make SoftwareManager filescan description translatable --- lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2