diff options
author | mkaay <mkaay@mkaay.de> | 2010-02-08 17:19:23 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-02-08 17:19:23 +0100 |
commit | 27fd178faf3ed7d736d34b1ab3d99683539bbace (patch) | |
tree | 15965d187eb49cac5abcc54cf158e1bae3e6ec8b /pyLoadCore.py | |
parent | fixed youtube hd (diff) | |
download | pyload-27fd178faf3ed7d736d34b1ab3d99683539bbace.tar.xz |
added watchfolder hook (checks links.txt, too)
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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):
|