From e18c6fd41b16c91ccb6fbca903b0716af37f27c2 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 13 Oct 1999 06:00:31 +0000 Subject: Patch by Holger Schurig -- rewriting and enhancing the ability to edit components, products, and versions. Yay! --- query.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index b35cdf433..f092b280c 100755 --- a/query.cgi +++ b/query.cgi @@ -583,7 +583,7 @@ if (UserInGroup("tweakparams")) { print "Edit Bugzilla operating parameters
\n"; } if (UserInGroup("editcomponents")) { - print "Edit Bugzilla components
\n"; + print "Edit Bugzilla products and components
\n"; } if (defined $::COOKIE{"Bugzilla_login"}) { print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; -- cgit v1.2.1