Index: branches/5.2.x/units/orders/orders_config.php =================================================================== diff -u -N -r14821 -r14827 --- branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14821) +++ branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14827) @@ -1,6 +1,6 @@ 'string', 'formatter' => 'kFormatter', 'regexp' => '/^(' . REGEX_EMAIL_USER . '@' . REGEX_EMAIL_DOMAIN . ')$/i', + 'error_msgs' => Array ('invalid_format' => '!la_invalid_email!', 'unique' => '!lu_email_already_exist!'), 'not_null' => 1, 'default' => '', ), 'BillingAddress1' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), @@ -372,6 +373,7 @@ 'type' => 'string', 'formatter' => 'kFormatter', 'regexp' => '/^(' . REGEX_EMAIL_USER . '@' . REGEX_EMAIL_DOMAIN . ')$/i', + 'error_msgs' => Array ('invalid_format' => '!la_invalid_email!'), 'not_null' => 1, 'default' => '', ), 'ShippingAddress1' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''),