Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/internal/signedcontent/SignedContentMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/internal/signedcontent/SignedContentMessages.properties b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/internal/signedcontent/SignedContentMessages.properties
index 68dc96d1b..bd81da92d 100644
--- a/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/internal/signedcontent/SignedContentMessages.properties
+++ b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/internal/signedcontent/SignedContentMessages.properties
@@ -19,7 +19,7 @@ Signature_Not_Verify = The signature cannot be verified for the signer \"{0}\"
SF_File_Parsing_Error = Error occurs parsing the .SF file to find out the digest algorithm in this bundle: {0}
# PKCS7 parsing errors
-PKCS7_SignerInfo_Version_Not_Supported = The SignerInfo version other than 1 is not supported!
+PKCS7_SignerInfo_Version_Not_Supported = Only PKCS7 SignerInfos with a version of 1 are supported.
PKCS7_Invalid_File = The file \"{0}\" is not a valid PKCS7 file in the jar: {1}
PKCS7_Parse_Signing_Time = The time stamp in the pkcs7 file cannot be parsed properly!

Back to the top