summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-02-08 17:19:23 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-02-08 17:19:23 +0100
commit27fd178faf3ed7d736d34b1ab3d99683539bbace (patch)
tree15965d187eb49cac5abcc54cf158e1bae3e6ec8b /pyLoadCore.py
parentfixed youtube hd (diff)
downloadpyload-27fd178faf3ed7d736d34b1ab3d99683539bbace.tar.xz
added watchfolder hook (checks links.txt, too)
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
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):