# HG changeset patch # User Richard Laager # Date 1140550176 0 # Node ID e7d1ecb0a940d134157e7cb2ed439adc3c192417 # Parent 2990bc8c89fa2928ef785ff703c41aca2c873999 [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. committer: Tailor Script diff -r 2990bc8c89fa -r e7d1ecb0a940 src/protocols/gg/gg.c --- 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);