From c29e0a1a3d20881fd01669d3d300e9edda9fa942 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 12 Jan 2018 15:20:09 -0500 Subject: [PATCH] Improve error message for S/MIME signature --- UI/MailerUI/English.lproj/Localizable.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/MailerUI/English.lproj/Localizable.strings b/UI/MailerUI/English.lproj/Localizable.strings index c2d2e3240..5098b78b9 100644 --- a/UI/MailerUI/English.lproj/Localizable.strings +++ b/UI/MailerUI/English.lproj/Localizable.strings @@ -247,10 +247,10 @@ "selected" = "selected"; /* OpenSSL certificate error - unknown issuer */ -"certificate verify error" = "This certificate was signed by an unknown issuer"; +"certificate verify error" = "Unable to verify message signature"; -/* OpenSSL certificate error - email mismatch */ -"digest failure" = "This certificate doesn't match the sender email address"; +/* OpenSSL certificate error - digest failure */ +"digest failure" = "The message has been modified"; /* OpenSSL reading error */ "Error reading the certificate. Please install a new certificate." = "Error reading the certificate. Please install a new certificate.";