diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2020-04-16 18:16:48 +0200 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-04-17 19:48:14 +0000 |
commit | ce20294df241547b9a5fff65b7a4d4571f9d5ed1 (patch) | |
tree | e3747dac702d89eaee2acd668c0ee7226ef56586 | |
parent | b9416a6a599a3ae9f9eac49fd773d018338efe7e (diff) | |
download | pkgsubmit-ce20294df241547b9a5fff65b7a4d4571f9d5ed1.tar pkgsubmit-ce20294df241547b9a5fff65b7a4d4571f9d5ed1.tar.gz pkgsubmit-ce20294df241547b9a5fff65b7a4d4571f9d5ed1.tar.bz2 pkgsubmit-ce20294df241547b9a5fff65b7a4d4571f9d5ed1.tar.xz pkgsubmit-ce20294df241547b9a5fff65b7a4d4571f9d5ed1.zip |
Change the wording of the dep_ icon hover text.
The old wording's use of the word dependency could have been
misinterpreted.
-rw-r--r-- | autobuild/results.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 . " <img src='$icon_fn' " . - "title='$attrname dependency' />"; + "title='Uses $attrname' />"; } else { if (substr($attr, 0, 4) === "err_") { # TODO: create link into wiki with information about these errors |