[*] 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
@@ -206,7 +206,7 @@ class CarrierCompare extends Module
$this->context->cookie->postcode = $zipcode;
$this->context->cart->id_carrier = $id_carrier;
if (!$this->context->cart->update())
return array($this->l('Can\'t update the cart'));
return array($this->l('Cannot update the cart'));
return array();
}