[evolution] Bug 744444 - Typo (encrpyted) in translatable strings
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 744444 - Typo (encrpyted) in translatable strings
- Date: Tue, 17 Feb 2015 18:36:09 +0000 (UTC)
commit b2b9f8c465e54d770d3dd72e8ad89ec5cd7bc3eb
Author: Milan Crha <mcrha redhat com>
Date: Tue Feb 17 19:36:09 2015 +0100
Bug 744444 - Typo (encrpyted) in translatable strings
em-format/e-mail-formatter-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/em-format/e-mail-formatter-utils.c b/em-format/e-mail-formatter-utils.c
index 6bec66e..0e0eac9 100644
--- a/em-format/e-mail-formatter-utils.c
+++ b/em-format/e-mail-formatter-utils.c
@@ -567,7 +567,7 @@ e_mail_formatter_format_security_header (EMailFormatter *formatter,
if (e_mail_part_get_validity (mail_part, E_MAIL_PART_VALIDITY_PGP |
E_MAIL_PART_VALIDITY_ENCRYPTED)) {
if (tmp->len > 0)
g_string_append (tmp, ", ");
- g_string_append (tmp, _("GPG encrpyted"));
+ g_string_append (tmp, _("GPG encrypted"));
}
if (e_mail_part_get_validity (mail_part, E_MAIL_PART_VALIDITY_SMIME |
E_MAIL_PART_VALIDITY_SIGNED)) {
@@ -579,7 +579,7 @@ e_mail_formatter_format_security_header (EMailFormatter *formatter,
if (e_mail_part_get_validity (mail_part, E_MAIL_PART_VALIDITY_SMIME |
E_MAIL_PART_VALIDITY_ENCRYPTED)) {
if (tmp->len > 0)
g_string_append (tmp, ", ");
- g_string_append (tmp, _("S/MIME encrpyted"));
+ g_string_append (tmp, _("S/MIME encrypted"));
}
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]