[*] TR : update English translations key for Errors
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16371 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -452,7 +452,7 @@ class AdminRequestSqlControllerCore extends AdminController
|
||||
$e[$key]['attribut'][1]
|
||||
);
|
||||
else
|
||||
$this->errors[] = Tools::displayError('When multiple tables are used, each attribute must be referenced to a table.');
|
||||
$this->errors[] = Tools::displayError('When multiple tables are used, each attribute must refer to a table.');
|
||||
break;
|
||||
|
||||
case 'testedRequired':
|
||||
@@ -460,7 +460,7 @@ class AdminRequestSqlControllerCore extends AdminController
|
||||
break;
|
||||
|
||||
case 'testedUnauthorized':
|
||||
$this->errors[] = sprintf(Tools::displayError('is a unauthorized keyword.'), $e[$key]);
|
||||
$this->errors[] = sprintf(Tools::displayError('is an unauthorized keyword.'), $e[$key]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user