Add translate.

master 2.2.0.0
Mike Hiretsky 14 years ago
parent 445f74f399
commit 0c24fbfd64

Binary file not shown.

@ -136,8 +136,9 @@ class desktop(share):
return False
# Удаление программы из инсталяционной переменной
if not removeProgramToEnvFile(__app__, self.clVars):
self.printERROR(_("Can not remove '%s' to %s")%(__app__,
self.clVars.Get("cl_env_path")[0]))
self.printERROR(_("Can not remove '%(app)s' to %(path)s")%
{'app':__app__,
'path': self.clVars.Get("cl_env_path")[0]})
return False
self.printOK(_("Apply uninstall templates"))
return True

Loading…
Cancel
Save