From d5f30d8dfda359d6761d164d3c650adf1716213b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Fri, 28 Jun 2002 07:18:02 +0000 Subject: Bug 148488 - more HTML validation fixes r=jouni, gerv --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index f32fc1f3d..6e84cb0da 100644 --- a/globals.pl +++ b/globals.pl @@ -947,7 +947,7 @@ sub DBNameToIdAndCheck { } $name = html_quote($name); - ThrowUserError("The name $name is not a valid username. + ThrowUserError("The name $name is not a valid username. Either you misspelled it, or the person has not registered for a Bugzilla account."); } -- cgit v1.2.3-24-g4f1b