From f3e3cab0b214a8941cab1c55b55eb6397f91deb4 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 3 Feb 2000 01:43:34 +0000 Subject: Simplify dependency wording. --- bug_form.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 0bee1ba61..c5cfd96e2 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -393,7 +393,7 @@ sub EmitDependList { if (Param("usedependencies")) { print "\n"; - EmitDependList("Bugs that bug $id depends on", "blocked", "dependson"); + EmitDependList("Bug $id depends on", "blocked", "dependson"); print qq{ "; - EmitDependList("Bugs depending on bug $id", "dependson", "blocked"); + EmitDependList("Bug $id blocks", "dependson", "blocked"); print "
Show dependency tree }; @@ -403,7 +403,7 @@ if (Param("usedependencies")) { }; } print "
\n"; } -- cgit v1.2.3-24-g4f1b