diff libpurple/protocols/silc/ops.c @ 23182:e0bcb8cfda74

Use "email" and "Email" consistently. This is potentially controversial, but here it is. For reference, Google and Yahoo call it "email" and dropping the hyphen on no-longer-new words is apparently standard practice.
author Richard Laager <rlaager@wiktel.com>
date Sun, 25 May 2008 21:56:36 +0000
parents 67a4c8c46f78
children 16734635febf
line wrap: on
line diff
--- a/libpurple/protocols/silc/ops.c	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/protocols/silc/ops.c	Sun May 25 21:56:36 2008 +0000
@@ -1052,7 +1052,7 @@
 			for (i = 0; i < vcard.num_emails; i++) {
 				if (vcard.emails[i].address)
 					g_string_append_printf(s, "%s:\t\t%s\n",
-							       _("E-Mail"),
+							       _("Email"),
 							       vcard.emails[i].address);
 			}
 			if (vcard.note)