diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-25 17:28:11 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-25 18:55:39 +0800 |
commit | 4822aa271618d166b48062fa21ab3fc99532c35e (patch) | |
tree | 6e1cb7b54f2f6a34dc582c94e3775b8464aed47c /libempathy-gtk | |
parent | 48a3c02a73569956acbc4c9e90e52910dfba7452 (diff) | |
download | gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.tar gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.tar.gz gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.tar.bz2 gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.tar.lz gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.tar.xz gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.tar.zst gsoc2013-empathy-4822aa271618d166b48062fa21ab3fc99532c35e.zip |
Use correct names in the chooser
XMPP->Jabber
Yahoo->Yahoo!
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-protocol-chooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c index a03a5bb1a..3f0862bf0 100644 --- a/libempathy-gtk/empathy-protocol-chooser.c +++ b/libempathy-gtk/empathy-protocol-chooser.c @@ -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 } |