summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/index.php b/packages/index.php
index 1ae251c..ba783f9 100644
--- a/packages/index.php
+++ b/packages/index.php
@@ -302,7 +302,7 @@ if (! $result = $mysql -> query(
print "<td>" . $row["version"] . "</td>\n";
print "<td>";
if ($row["has_issues"])
- print "bugs";
+ print "has open bug reports";
else
print "&nbsp;";
print "</td>\n";