[gaim-migrate @ 15674]

Tue, 21 Feb 2006 19:29:36 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 21 Feb 2006 19:29:36 +0000
changeset 13309
471c9910d6b9
parent 13308
e6882a87f32d
child 13310
dff5b1615a1a

[gaim-migrate @ 15674]
Make 'E-Mail' consistent here. This string is already used in Jabber, so I'm effectively removing a string, which I've been told doesn't break freeze.

src/protocols/gg/gg.c file | annotate | diff | comparison | revisions
--- a/src/protocols/gg/gg.c	Mon Feb 20 21:40:54 2006 +0000
+++ b/src/protocols/gg/gg.c	Tue Feb 21 19:29:36 2006 +0000
@@ -422,7 +422,7 @@
 	gaim_request_fields_add_group(fields, group);
 
 	field = gaim_request_field_string_new("email",
-			_("e-Mail"), "", FALSE);
+			_("E-Mail"), "", FALSE);
 	gaim_request_field_string_set_masked(field, FALSE);
 	gaim_request_field_group_add_field(group, field);
 

mercurial