[evolution-patches] Cosmetic spelling fix.



Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2964
diff -u -p -r1.2964 ChangeLog
--- mail/ChangeLog	22 Dec 2003 14:50:56 -0000	1.2964
+++ mail/ChangeLog	4 Jan 2004 17:30:23 -0000
@@ -1,3 +1,8 @@
+2004-01-04  David Woodhouse  <dwmw2 infradead org>
+
+	* em-format-html-display.c: Kindergarten literacy fixes. See
+	http://www.angryflower.com/itsits.gif if you don't understand.
+
 2003-12-22  David Moore  <davmre bellsouth net>
   
   	* em-popup.c (emp_part_popup_set_background): Implemented; sets an 
Index: mail/em-format-html-display.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-format-html-display.c,v
retrieving revision 1.15
diff -u -p -r1.15 em-format-html-display.c
--- mail/em-format-html-display.c	16 Dec 2003 20:06:41 -0000	1.15
+++ mail/em-format-html-display.c	4 Jan 2004 17:30:24 -0000
@@ -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.") },





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]