mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
Reviewed-by: mullan
This commit is contained in:
parent
0a5b7cb0c5
commit
cf35c06daa
2 changed files with 8 additions and 8 deletions
|
@ -270,7 +270,7 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"The.1.algorithm.specified.for.the.2.option.is.considered.a.security.risk.",
|
||||
"The %1$s algorithm specified for the %2$s option is considered a security risk."},
|
||||
{"The.1.signing.key.has.a.keysize.of.2.which.is.considered.a.security.risk.",
|
||||
"The %s signing key has a keysize of %d which is considered a security risk."},
|
||||
"The %1$s signing key has a keysize of %2$d which is considered a security risk."},
|
||||
{"This.jar.contains.entries.whose.certificate.chain.is.invalid.reason.1",
|
||||
"This jar contains entries whose certificate chain is invalid. Reason: %s"},
|
||||
{"This.jar.contains.entries.whose.tsa.certificate.chain.is.invalid.reason.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue