summaryrefslogtreecommitdiffstats
path: root/quips.cgi
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-13 07:51:42 +0200
committergerv%gerv.net <>2002-09-13 07:51:42 +0200
commit618851e70c753221a79942976523493b6c52fc71 (patch)
tree255ed3466db43e93d5f145f517253125f247fb9a /quips.cgi
parentc5d6844efc09646e5233891badb68fd7ce6f8df7 (diff)
downloadbugzilla-618851e70c753221a79942976523493b6c52fc71.tar.gz
bugzilla-618851e70c753221a79942976523493b6c52fc71.tar.xz
Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz.
Diffstat (limited to 'quips.cgi')
-rwxr-xr-xquips.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/quips.cgi b/quips.cgi
index 7db312c61..f120e5a24 100755
--- a/quips.cgi
+++ b/quips.cgi
@@ -63,7 +63,7 @@ if ($action eq "add") {
}
if (Param('enablequips') ne "on") {
- ThrowUserError("This site does not permit the addition of new quips");
+ ThrowUserError("no_new_quips");
exit();
}