# HG changeset patch # User weijun # Date 1381544563 -28800 # Node ID 54a74fc6e85cce81d1e5f91556db4516afe59399 # Parent 5eaa4f56582edfb60257f44a2921b24f0634efd3 8026304: jarsigner output bad grammar Reviewed-by: chegar, coffeys Contributed-by: Artem Smotrakov diff -r 5eaa4f56582e -r 54a74fc6e85c jdk/src/share/classes/sun/security/tools/jarsigner/Resources.java --- a/jdk/src/share/classes/sun/security/tools/jarsigner/Resources.java Fri Oct 11 13:14:15 2013 +0200 +++ b/jdk/src/share/classes/sun/security/tools/jarsigner/Resources.java Sat Oct 12 10:22:43 2013 +0800 @@ -112,9 +112,9 @@ {"Please.specify.alias.name", "Please specify alias name"}, {"Only.one.alias.can.be.specified", "Only one alias can be specified"}, {"This.jar.contains.signed.entries.which.is.not.signed.by.the.specified.alias.es.", - "This jar contains signed entries which is not signed by the specified alias(es)."}, + "This jar contains signed entries which are not signed by the specified alias(es)."}, {"This.jar.contains.signed.entries.that.s.not.signed.by.alias.in.this.keystore.", - "This jar contains signed entries that's not signed by alias in this keystore."}, + "This jar contains signed entries that are not signed by alias in this keystore."}, {"s", "s"}, {"m", "m"}, {"k", "k"},