diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-08-11 Xavier Claessens <xclaesse@gmail.com> + + * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/ + (Sjoerd Simons) + 2007-08-10 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 5c5e02d02..70cd10a1e 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -351,7 +351,7 @@ empathy_tp_contact_list_new (McAccount *account) profile = mc_account_get_profile (account); protocol_name = mc_profile_get_protocol_name (profile); if (strcmp (protocol_name, "salut") == 0) { - priv->protocol_group = _("Local Network"); + priv->protocol_group = _("People nearby"); } g_object_unref (profile); |