From: cyeh%bluemartini.com <> Date: Tue, 8 Aug 2000 00:53:36 +0000 (+0000) Subject: fix for bug 42089: change wording of link from "create new bug" to X-Git-Tag: bugzilla-2.12~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09cfd768a49b6f32045bb721d90073113bb446e;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/query.cgi b/query.cgi index 41e5b8131b..9253073c2b 100755 --- a/query.cgi +++ b/query.cgi @@ -903,7 +903,7 @@ if ($userid) { print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; } print "Change your password or preferences.
\n"; -print "Create a new bug.
\n"; +print "Report a new bug.
\n"; print "Open a new Bugzilla account
\n"; print "Bug reports
\n";