// 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

View File

@@ -175,7 +175,7 @@ class ReferralProgramModule extends ObjectModel
public static function isEmailExists($email, $getId = false, $checkCustomer = true)
{
if (empty($email) OR !Validate::isEmail($email))
die (Tools::displayError('E-mail invalid.'));
die (Tools::displayError('The email address is invalid.'));
if ($checkCustomer === true AND Customer::customerExists($email))
return false;