From 78e9be87e37f9598167cb7fcdffe1c2227e05540 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 8 Sep 2008 15:33:56 +0000 Subject: Bug 246567 Grammatical error in string "PKCS7_SignerInfo_Version_Not_Supported" --- .../osgi/internal/signedcontent/SignedContentMessages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- cgit v1.2.3