diff options
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 69ccd88f2..f7116fad6 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -539,7 +539,7 @@ empathy_protocol_name_to_display_name (const gchar *proto_name) } names[] = { { "jabber", "Jabber", FALSE }, { "gtalk", "Google Talk", FALSE }, - { "msn", "MSN", FALSE, }, + { "msn", "Windows Live (MSN)", FALSE, }, { "local-xmpp", N_("People Nearby"), TRUE }, { "irc", "IRC", FALSE }, { "icq", "ICQ", FALSE }, |