diff options
author | cyeh%bluemartini.com <> | 2000-08-08 02:53:36 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-08-08 02:53:36 +0200 |
commit | d09cfd768a49b6f32045bb721d90073113bb446e (patch) | |
tree | 644b9f95898e8b6238b6d940431b0d5b583d9920 /query.cgi | |
parent | d19ada18139fdebc6bac51c11a5bb16e30c9c2af (diff) | |
download | bugzilla-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-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |