aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libempathy/empathy-tp-contact-list.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2428920..74c616efd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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);