diff libpurple/protocols/jabber/jabber.c @ 23180: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 9dc7e1d4da15
children e7b6767f263b 4ac5db6e39f3 ff29208e03ef
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sun May 25 21:56:36 2008 +0000
@@ -995,7 +995,7 @@
 		purple_request_field_group_add_field(group, field);
 	}
 	if(xmlnode_get_child(query, "email")) {
-		field = purple_request_field_string_new("email", _("E-mail"), NULL, FALSE);
+		field = purple_request_field_string_new("email", _("Email"), NULL, FALSE);
 		purple_request_field_group_add_field(group, field);
 	}
 	if(xmlnode_get_child(query, "nick")) {