Module: wine Branch: master Commit: 7f37fc1360dbd9994a50daf292102b2280b67081 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7f37fc1360dbd9994a50daf29... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Dec 11 04:57:06 2018 +0100 winetest: Tweak the wording of an error message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/winetest/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winetest/main.c b/programs/winetest/main.c index 5604409..3d6cc66 100644 --- a/programs/winetest/main.c +++ b/programs/winetest/main.c @@ -1437,7 +1437,7 @@ int main( int argc, char *argv[] ) } if (failures > FAILURES_LIMIT) report( R_WARNING, - "%d tests failed, there's probably something broken with your setup.\n" + "%d tests failed. There is probably something broken with your setup.\n" "You need to address this before submitting results.", failures ); if (build_id[0] && nr_of_skips <= SKIP_LIMIT && failures <= FAILURES_LIMIT &&