summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-10-13 08:00:31 +0200
committerterry%mozilla.org <>1999-10-13 08:00:31 +0200
commite18c6fd41b16c91ccb6fbca903b0716af37f27c2 (patch)
tree70eac05642a34965776e48d630ad742ea4ee76dc /query.cgi
parent2899c8bfd526b57ae0088b2015da4fb54348c80f (diff)
downloadbugzilla-e18c6fd41b16c91ccb6fbca903b0716af37f27c2.tar.gz
bugzilla-e18c6fd41b16c91ccb6fbca903b0716af37f27c2.tar.xz
Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions. Yay!
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 b35cdf433..f092b280c 100755
--- a/query.cgi
+++ b/query.cgi
@@ -583,7 +583,7 @@ if (UserInGroup("tweakparams")) {
print "<a href=editparams.cgi>Edit Bugzilla operating parameters</a><br>\n";
}
if (UserInGroup("editcomponents")) {
- print "<a href=editcomponents.cgi>Edit Bugzilla components</a><br>\n";
+ print "<a href=editproducts.cgi>Edit Bugzilla products and components</a><br>\n";
}
if (defined $::COOKIE{"Bugzilla_login"}) {
print "<a href=relogin.cgi>Log in as someone besides <b>$::COOKIE{'Bugzilla_login'}</b></a><br>\n";