From 9a7e5dfa614831ab90b0bca19203602033cea241 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 28 Apr 2015 15:48:00 -0300 Subject: Changing signature status messages to use the term 'verified', 'not signed' and 'bad signature' --- web-ui/app/locales/en-us/translation.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json index 330e38b6..0cec7b3e 100644 --- a/web-ui/app/locales/en-us/translation.json +++ b/web-ui/app/locales/en-us/translation.json @@ -46,12 +46,12 @@ "encrypted encryption-error": "Unable to decrypt", "encrypted encryption-valid": "Encrypted", "not-encrypted": "Not Encrypted", - "signed": "Certified sender", - "signed signature-revoked": "Sender could not be securely identifiedw", - "signed signature-expired": "Sender could not be securely identified", - "signed signature-not-trusted": "Sender and/or message cannot be trusted", - "signed signature-unknown": "Sender and/or message cannot be trusted", - "not-signed": "Uncertified sender", + "signed": "Verified sender", + "signed signature-revoked": "Bad signature", + "signed signature-expired": "Bad signature", + "signed signature-not-trusted": "Bad signature", + "signed signature-unknown": "Bad signature", + "not-signed": "Not signed", "send-button": "Send", "sending-mail": "Sending...", "draft-button": "Save Draft", -- cgit v1.2.3