correct grammar in error message

This commit is contained in:
Dmitry Jemerov
2014-12-08 14:50:55 +01:00
parent d932bb6b7d
commit 315e6c850a
@@ -14,4 +14,4 @@ junit.class.not.derived={0} is not derived from TestCase. Do not provide method
junit.suite.must.be.static=''{0}.suite()'' method must be static
junit.failed.to.invoke.suite=Failed to invoke suite(): {0}
junit.method.not.found=Method ''{0}'' not found
tests.found.in.package={0} test {0, choice, 1#class|2#classes} found in package ''{1}''
tests.found.in.package={0} test {0, choice, 0#classes|1#class|2#classes} found in package ''{1}''