diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-28 15:48:00 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-28 15:48:00 -0300 |
commit | 9a7e5dfa614831ab90b0bca19203602033cea241 (patch) | |
tree | b783ff72e3973882941a95a46df703975a9de06c /web-ui/app | |
parent | 758e36b78cd896cd7e2b0a16905f7f23d784441c (diff) |
Changing signature status messages to use the term 'verified', 'not signed' and 'bad signature'
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/locales/en-us/translation.json | 12 |
1 files changed, 6 insertions, 6 deletions
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", |