summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
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):