From 3514b985595e35b69dd3a4e0819aa94dc80a399f Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Tue, 10 Jul 2007 12:08:12 +0000 Subject: Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or something r=lpsolit a=lpsolit --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 35a43feaa..b873d8f72 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -62,7 +62,7 @@ if ($token) { && ($old_bug_id =~ "^createbug:")) { # The token is invalid. - ThrowUserError('token_inexistent'); + ThrowUserError('token_does_not_exist'); } $old_bug_id =~ s/^createbug://; -- cgit v1.2.3-24-g4f1b