From 27fd178faf3ed7d736d34b1ab3d99683539bbace Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 8 Feb 2010 17:19:23 +0100 Subject: added watchfolder hook (checks links.txt, too) --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 30f025bbc..c0a3697c5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -243,7 +243,7 @@ class Core(object): pipe = subprocess.PIPE subprocess.Popen(check_name, stdout=pipe, stderr=pipe) except: - print "Install", legend + print _("Install %s") % legend if essential: exit() def check_file(self, check_names, description="", folder=False, empty=True, essential=False): -- cgit v1.2.3