make SoftwareManager filescan description translatable
authorghost <andreas.monzner@multimedia-labs.de>
Wed, 25 Feb 2009 11:31:33 +0000 (12:31 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Wed, 25 Feb 2009 11:31:33 +0000 (12:31 +0100)
lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py

index 1df061e2226c971025d72463911c486a8563805b..3eefa47d8b06d23d94530ccc383204a184cef56a 100755 (executable)
@@ -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):