From e74ff67f4f3716065dbe3dabb458abf2939cad8e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Mar 2011 12:01:13 +0100 Subject: empathy_protocol_name_to_display_name: MSN has been renamed to "Windows live" (#643920) --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') 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 }, -- cgit v1.2.3