[*] TR : #PSTEST-553 : Replaced can't with cannot

This commit is contained in:
François Gaillard
2012-01-30 12:54:32 +00:00
parent ab7d4f6eb4
commit f666345fdf
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ class LocalizationPackCore
if (!$trg->save())
{
$this->_errors[] = Tools::displayError('This tax rule can\'t be saved.');
$this->_errors[] = Tools::displayError('This tax rule cannot be saved.');
return false;
}