diff libpurple/protocols/myspace/myspace.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 25161f5ea347
children 5b8239453a1e ff29208e03ef
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Sun May 25 21:56:36 2008 +0000
@@ -2456,7 +2456,7 @@
 
 	table = g_hash_table_new(g_str_hash, g_str_equal);
 
-	g_hash_table_insert(table, "login_label", (gpointer)_("E-mail Address..."));
+	g_hash_table_insert(table, "login_label", (gpointer)_("Email Address..."));
 
 	return table;
 }