Mercurial > pidgin.yaz
changeset 13308:e7d1ecb0a940
[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 <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 21 Feb 2006 19:29:36 +0000 |
parents | 2990bc8c89fa |
children | 128324dcc821 |
files | src/protocols/gg/gg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);