summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
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://;