From ce20294df241547b9a5fff65b7a4d4571f9d5ed1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 16 Apr 2020 18:16:48 +0200 Subject: Change the wording of the dep_ icon hover text. The old wording's use of the word dependency could have been misinterpreted. --- autobuild/results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild/results.php b/autobuild/results.php index afb21fd..a6bfe21 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -269,7 +269,7 @@ foreach ($failure as $rpm => $error) { $icon_fn = "icons/" . str_replace("_", "-", $attr) . ".png"; if (file_exists($icon_fn)) { $attr_link = $attr_link . " "; + "title='Uses $attrname' />"; } else { if (substr($attr, 0, 4) === "err_") { # TODO: create link into wiki with information about these errors -- cgit v1.2.1