summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-08-08 02:53:36 +0200
committercyeh%bluemartini.com <>2000-08-08 02:53:36 +0200
commitd09cfd768a49b6f32045bb721d90073113bb446e (patch)
tree644b9f95898e8b6238b6d940431b0d5b583d9920 /query.cgi
parentd19ada18139fdebc6bac51c11a5bb16e30c9c2af (diff)
downloadbugzilla-d09cfd768a49b6f32045bb721d90073113bb446e.tar.gz
bugzilla-d09cfd768a49b6f32045bb721d90073113bb446e.tar.xz
fix for bug 42089: change wording of link from "create new bug" to
"report new bug". r=timeless@bemail.org, cyeh@bluemartini.com, patch submitted by zach@zachlipton.com
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 41e5b8131..9253073c2 100755
--- a/query.cgi
+++ b/query.cgi
@@ -903,7 +903,7 @@ if ($userid) {
print "<a href=relogin.cgi>Log in as someone besides <b>$::COOKIE{'Bugzilla_login'}</b></a><br>\n";
}
print "<a href=userprefs.cgi>Change your password or preferences.</a><br>\n";
-print "<a href=\"enter_bug.cgi\">Create a new bug.</a><br>\n";
+print "<a href=\"enter_bug.cgi\">Report a new bug.</a><br>\n";
print "<a href=\"createaccount.cgi\">Open a new Bugzilla account</a><br>\n";
print "<a href=\"reports.cgi\">Bug reports</a><br>\n";