Commit f3e3cab0 authored by terry%mozilla.org's avatar terry%mozilla.org

Simplify dependency wording.

parent a8ecf3cf
...@@ -393,7 +393,7 @@ sub EmitDependList { ...@@ -393,7 +393,7 @@ sub EmitDependList {
if (Param("usedependencies")) { if (Param("usedependencies")) {
print "<table><tr>\n"; print "<table><tr>\n";
EmitDependList("Bugs that bug $id depends on", "blocked", "dependson"); EmitDependList("Bug $id depends on", "blocked", "dependson");
print qq{ print qq{
<td rowspan=2><a href="showdependencytree.cgi?id=$id">Show dependency tree</a> <td rowspan=2><a href="showdependencytree.cgi?id=$id">Show dependency tree</a>
}; };
...@@ -403,7 +403,7 @@ if (Param("usedependencies")) { ...@@ -403,7 +403,7 @@ if (Param("usedependencies")) {
}; };
} }
print "</td></tr><tr>"; print "</td></tr><tr>";
EmitDependList("Bugs depending on bug $id", "dependson", "blocked"); EmitDependList("Bug $id blocks", "dependson", "blocked");
print "</tr></table>\n"; print "</tr></table>\n";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment