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

This commit is contained in:
Francois Gaillard
2012-01-30 12:54:32 +00:00
parent e9be401e3a
commit 0a5dc876e3
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ abstract class PaymentModuleCore extends Module
}
else
{
$error = Tools::displayError('Cart can\'t be loaded or an order has already been placed using this cart');
$error = Tools::displayError('Cart cannot be loaded or an order has already been placed using this cart');
Logger::addLog($error, 4, '0000001', 'Cart', intval($cart->id));
die($error);
}