diff --git a/mozilla/webtools/bugzilla/bug_form.pl b/mozilla/webtools/bugzilla/bug_form.pl index a9daf8932f2..df1f1df990b 100644 --- a/mozilla/webtools/bugzilla/bug_form.pl +++ b/mozilla/webtools/bugzilla/bug_form.pl @@ -459,7 +459,9 @@ if ($canedit || $::userid == $assignedtoid || } $knum++; print " - Reassign bug to owner of selected component
\n"; + Reassign bug to owner "; + if (Param("useqacontact")) { print "and QA contact "; } + print "of selected component
\n"; if ($status eq $::unconfirmedstate && ($canconfirm || $canedit)) { print "     and confirm bug (change status to NEW)
"; }