// Add mail with identifiers in installer + some missing trad

This commit is contained in:
rMalie
2012-02-08 16:07:41 +00:00
parent 641d84a277
commit a718f293c6
13 changed files with 278 additions and 25 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class InstallModelInstall extends InstallAbstractModel
if ($errors = $sql_loader->getErrors())
{
foreach ($errors as $error)
$this->setError($this->language->l('An SQL error occured: <i>%1$s</i>', $error['error']));
$this->setError($this->language->l('SQL error on query <i>%s</i>', $error['error']));
return false;
}