summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-23 17:19:20 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-23 17:19:20 +0200
commitf54aea572a9d2a09a1657bdb4c3788d8334370d7 (patch)
tree0d7e364db0bba0ae36a6ff3b06ed568cf4ac4240 /bin/reproducible_html_graphs.sh
parent68d9b108abff7f40647e2ea54729c8ebcfed8c4c (diff)
downloadjenkins.debian.net-f54aea572a9d2a09a1657bdb4c3788d8334370d7.tar.xz
reproducible: improve language
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 4cd1b99a..89d21589 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -362,7 +362,7 @@ write_usertag_table() {
let "TTOTAL=TTOTAL+TOTAL"
fi
done
- write_page "<tr><td>Total number of usertags set by reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"
+ write_page "<tr><td>Total number of usertags for reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"
write_page "</table>"
fi
}