// changed English strings, especially focusing on colons harmonization

This commit is contained in:
fram
2013-03-12 19:39:30 +01:00
parent 09afe53452
commit 77efe4c04e
590 changed files with 6160 additions and 7064 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class AddressesControllerCore extends FrontController
parent::init();
if (!Validate::isLoadedObject($this->context->customer))
die(Tools::displayError('Customer not found'));
die(Tools::displayError('The customer could not be found.'));
}
/**