Skip to content

Commit

Permalink
i18n(mail): fix status for message validity
Browse files Browse the repository at this point in the history
Fixes #5204
  • Loading branch information
cgx committed Nov 7, 2020
1 parent 55e5c19 commit e6088c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UI/MailPartViewers/English.lproj/Localizable.strings
Expand Up @@ -34,8 +34,6 @@ reply_info = "This is a reply to an event invitation done by you.";
"to" = "to";
"Untitled" = "Untitled";
"Size" = "Size";
"Digital signature is not valid" = "Digital signature is not valid";
"Message is signed" = "Message is signed";
"Subject" = "Subject";
"From" = "From";
"Date" = "Date";
Expand Down
9 changes: 9 additions & 0 deletions UI/MailerUI/English.lproj/Localizable.strings
Expand Up @@ -269,6 +269,15 @@
/* Trying to access a non-existent certificate */
"No certificate associated to account." = "No certificate associated to account.";

/* Invalid message signature */
"Digital signature is not valid" = "Digital signature is not valid";

/* Valid message signature */
"Message is signed" = "Message is signed";

/* Unknown error while validating message signature */
"No error information available" = "No error information available";

"This Folder" = "This Folder";

/* Label popup menu */
Expand Down

0 comments on commit e6088c9

Please sign in to comment.