8027781: New jarsigner timestamp warning is grammatically incorrect
authorweijun
Fri, 17 Jun 2016 09:46:03 +0800
changeset 39045 35d9f2f302ad
parent 39044 a6e1438e2c0b
child 39046 db1dddd32a8f
8027781: New jarsigner timestamp warning is grammatically incorrect Reviewed-by: jnimeh, mullan
jdk/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java
--- a/jdk/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java	Thu Jun 16 20:56:45 2016 +0000
+++ b/jdk/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java	Fri Jun 17 09:46:03 2016 +0800
@@ -249,7 +249,7 @@
         {"no.timestamp.signing",
                 "No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (%1$tY-%1$tm-%1$td)."},
         {"no.timestamp.verifying",
-                "This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (%1$tY-%1$tm-%1$td)."},
+                "This jar contains signatures that do not include a timestamp. Without a timestamp, users may not be able to validate this jar after any of the signer certificates expire (as early as %1$tY-%1$tm-%1$td)."},
         {"Unknown.password.type.", "Unknown password type: "},
         {"Cannot.find.environment.variable.",
                 "Cannot find environment variable: "},