From 597defcd0693deb3fa6875af9164ea26df124da4 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 26 Mar 2004 09:37:59 +0000 Subject: Patch for bug 238669: add a space between 'entered' and '(' in illegal_email_address error; patch by Christopher Nehren ; r=vlad; a=justdave. --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b06cf2baf..edeeecb9c 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -276,7 +276,7 @@ [% ELSIF error == "illegal_email_address" %] [% title = "Invalid Email Address" %] - The e-mail address you entered([% addr FILTER html %]) + The e-mail address you entered ([% addr FILTER html %]) didn't pass our syntax checking for a legal email address. [%+ Param('emailregexpdesc') %] It must also not contain any of these special characters: -- cgit v1.2.3-24-g4f1b