Mercurial > pidgin.yaz
diff libpurple/protocols/silc/silc.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 | 8c3444f04709 |
children | 074be48b20e7 ff29208e03ef |
line wrap: on
line diff
--- a/libpurple/protocols/silc/silc.c Sun May 25 17:39:29 2008 +0000 +++ b/libpurple/protocols/silc/silc.c Sun May 25 21:56:36 2008 +0000 @@ -983,7 +983,7 @@ purple_request_field_group_add_field(g, f); f = purple_request_field_bool_new("contact_chat", _("Chat"), cchat); purple_request_field_group_add_field(g, f); - f = purple_request_field_bool_new("contact_email", _("E-mail"), cemail); + f = purple_request_field_bool_new("contact_email", _("Email"), cemail); purple_request_field_group_add_field(g, f); f = purple_request_field_bool_new("contact_call", _("Phone"), ccall); purple_request_field_group_add_field(g, f); @@ -1224,7 +1224,7 @@ purple_request_field_group_add_field(g, f); f = purple_request_field_string_new("rn", _("Real name"), realname ? realname : "", FALSE); purple_request_field_group_add_field(g, f); - f = purple_request_field_string_new("e", _("E-mail"), tmp, FALSE); + f = purple_request_field_string_new("e", _("Email"), tmp, FALSE); purple_request_field_group_add_field(g, f); f = purple_request_field_string_new("o", _("Organization"), "", FALSE); purple_request_field_group_add_field(g, f);