diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-03 18:38:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-03 18:38:47 +0200 |
commit | ac03dd6a57b412952b131796a786bf990e436650 (patch) | |
tree | ddb6994a30dddd2e83668dc241b6e63aa1032be2 | |
parent | 7b5a05f896344ca96637d71e2e5d9e50cdd43a5a (diff) | |
download | jenkins.debian.net-ac03dd6a57b412952b131796a786bf990e436650.tar.xz |
reproducible: improve language
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 9fb90de4..83f02256 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -17,7 +17,7 @@ html_package_page = Template((tab*2).join((""" <p style="margin-top: 4px;"> $version <a href="/index_notify.html" target="_parent"> - <span class="notification" title="Notifications for this packages are enabled. Every status change reproducibly-wise will be emailed to the maintainer">$notify_maintainer</span> + <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">$notify_maintainer</span> </a><br /> $suite/$arch <br /> $status <br /> |