From a9c435117a92ccad2a9b992a105102d1c471ca37 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 da7dc3b9f..922c0d84e 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -598,7 +598,7 @@ empathy_protocol_name_to_display_name (const gchar *proto_name) gboolean translated; } names[] = { { "jabber", "Jabber", 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