From 2c583efdc2c0aba94b16d3d8185f34c7c4c6ac5b Mon Sep 17 00:00:00 2001 From: MikeyGMT Date: Sun, 18 Dec 2016 20:21:50 +0000 Subject: [PATCH] Improved Check your email phrase #2107 Improved Check your email phrase #2107 --- e107_languages/English/lan_contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_languages/English/lan_contact.php b/e107_languages/English/lan_contact.php index da6852ce5..fb0c02047 100644 --- a/e107_languages/English/lan_contact.php +++ b/e107_languages/English/lan_contact.php @@ -26,7 +26,7 @@ define("LANCONTACT_07", "Email a copy of this message to your own address "); define("LANCONTACT_08", "Send"); define("LANCONTACT_09", "Your message was sent."); define("LANCONTACT_10", "There was a problem sending your message."); -define("LANCONTACT_11", "Your email address does not appear to be valid.\\nPlease check it and try again."); +define("LANCONTACT_11", "Please check your email address and resubmit the contact form."); define("LANCONTACT_12", "Your message is too short."); define("LANCONTACT_13", "Please include a subject.");