[empathy] Use correct names in the chooser
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Use correct names in the chooser
- Date: Tue, 25 Aug 2009 11:02:30 +0000 (UTC)
commit 4822aa271618d166b48062fa21ab3fc99532c35e
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Aug 25 11:28:11 2009 +0200
Use correct names in the chooser
XMPP->Jabber
Yahoo->Yahoo!
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 a03a5bb..3f0862b 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 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]