Mercurial > pidgin
diff libpurple/protocols/silc/util.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 | 67a4c8c46f78 |
| children | f541583e31bd |
line wrap: on
line diff
--- a/libpurple/protocols/silc/util.c Sun May 25 17:39:29 2008 +0000 +++ b/libpurple/protocols/silc/util.c Sun May 25 21:56:36 2008 +0000 @@ -364,7 +364,7 @@ if (ident->username) g_string_append_printf(s, _("User Name: \t%s\n"), ident->username); if (ident->email) - g_string_append_printf(s, _("E-Mail: \t\t%s\n"), ident->email); + g_string_append_printf(s, _("Email: \t\t%s\n"), ident->email); if (ident->host) g_string_append_printf(s, _("Host Name: \t%s\n"), ident->host); if (ident->org) @@ -558,7 +558,7 @@ if (contact & SILC_ATTRIBUTE_CONTACT_CHAT) g_string_append_printf(s, "[%s] ", _("Chat")); if (contact & SILC_ATTRIBUTE_CONTACT_EMAIL) - g_string_append_printf(s, "[%s] ", _("E-Mail")); + g_string_append_printf(s, "[%s] ", _("Email")); if (contact & SILC_ATTRIBUTE_CONTACT_CALL) g_string_append_printf(s, "[%s] ", _("Phone")); if (contact & SILC_ATTRIBUTE_CONTACT_PAGE)
