]> git.0d.be Git - empathy.git/commitdiff
Use correct names in the chooser
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 25 Aug 2009 09:28:11 +0000 (11:28 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 25 Aug 2009 10:55:39 +0000 (11:55 +0100)
XMPP->Jabber
Yahoo->Yahoo!

libempathy-gtk/empathy-protocol-chooser.c

index a03a5bb1a04c52c2e76fde6184c2be9bacb17af1..3f0862bf01e258944b2eda714190181907bd42dd 100644 (file)
@@ -136,13 +136,13 @@ protocol_chooser_proto_name_to_display_name (const gchar *proto_name)
     const gchar *proto;
     const gchar *display;
   } names[] = {
-    { "jabber", "XMPP" },
+    { "jabber", "Jabber" },
     { "msn", "MSN" },
     { "local-xmpp", "Salut" },
     { "irc", "IRC" },
     { "icq", "ICQ" },
     { "aim", "AIM" },
-    { "yahoo", "Yahoo" },
+    { "yahoo", "Yahoo!" },
     { "groupwise", "GroupWise" },
     { "sip", "SIP" },
     { NULL, NULL }