Commit 7f37fc13 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winetest: Tweak the wording of an error message.

parent a51a6820
......@@ -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 &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment