From a27eb4516b89843b0807e29938ecfa618d1d917b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 21:34:46 +0200 Subject: reproducible: improve grammar --- bin/reproducible_html_breakages.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 875f15d1..ea6b1ab2 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -272,13 +272,13 @@ def gen_html(): html += _gen_section('are not marked as unreproducible, but they ' + 'have a diffoscope file:', not_unrep_with_dbd_file()) # missing files - html += _gen_section('are built but don\'t have a buildlog:', + html += _gen_section('have been built but don\'t have a buildlog:', lack_rbuild()) - html += _gen_section('are built but don\'t have a .buildinfo file:', + html += _gen_section('have been built but don\'t have a .buildinfo file:', lack_buildinfo()) # diffoscope troubles without_dbd, bad_dbd = unrep_with_dbd_issues() - html += _gen_section('are marked as unreproducible, but without ' + + html += _gen_section('are marked as unreproducible, but there is no ' + 'diffoscope output - so probably diffoscope ' + 'crashed:', without_dbd) html += _gen_section('are marked as unreproducible, but their ' + -- cgit v1.2.3-70-g09d2