diff options
author | timeless%mozdev.org <> | 2007-07-10 14:08:12 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-10 14:08:12 +0200 |
commit | 3514b985595e35b69dd3a4e0819aa94dc80a399f (patch) | |
tree | aa832c9cd0f5edcff5cb14cb2ca730d312f38544 /post_bug.cgi | |
parent | 01d861201262d8d738369fb3796ea15de3e7427c (diff) | |
download | bugzilla-3514b985595e35b69dd3a4e0819aa94dc80a399f.tar.gz bugzilla-3514b985595e35b69dd3a4e0819aa94dc80a399f.tar.xz |
Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or something
r=lpsolit a=lpsolit
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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://; |