aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@src.gnome.org>2004-01-05 03:18:20 +0800
committerDavid Woodhouse <dwmw2@src.gnome.org>2004-01-05 03:18:20 +0800
commiteab87e6b72002380add1a75eaab5e7eea42caad9 (patch)
tree410d639f61850438c5c7984a206e204b3659f14e /mail
parent2004032498a11880e25aeb249cde66e0ed273f3d (diff)
downloadgsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.tar
gsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.tar.gz
gsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.tar.bz2
gsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.tar.lz
gsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.tar.xz
gsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.tar.zst
gsoc2013-evolution-eab87e6b72002380add1a75eaab5e7eea42caad9.zip
s/it's/its/ in mail warning.
svn path=/trunk/; revision=24036
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/em-format-html-display.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7ff4f83e1e..34ac00bd34 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-04 David Woodhouse <dwmw2@infradead.org>
+
+ * em-format-html-display.c: Mail warning grammar typo fix.
+
2003-12-22 David Moore <davmre@bellsouth.net>
* em-popup.c (emp_part_popup_set_background): Implemented; sets an
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index d81077e857..57bbeee143 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -609,7 +609,7 @@ static const struct {
static const struct {
const char *icon, *shortdesc, *description;
} smime_encrypt_table[4] = {
- { NULL, N_("Unencrypted"), N_("This message is not encrypted. It's content may be viewed in transit across The Internet.") },
+ { NULL, N_("Unencrypted"), N_("This message is not encrypted. Its content may be viewed in transit across the Internet.") },
{ "pgp-signature-ok.png", N_("Encrypted, weak"), N_("This message is encrypted, but with a weak encryption algorithm. It would be difficult, but not impossible for an outsider to view the content of this message in a practical amount of time.") },
{ "pgp-signature-ok.png", N_("Encrypted"), N_("This message is encrypted. It would be difficult for an outsider to view the content of this message.") },
{ "pgp-signature-ok.png", N_("Encrypted, strong"), N_("This message is encrypted, with a strong encryption algorithm. It would be very difficult for an outsider to view the content of this message in a practical amount of time.") },