aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-contact-list.c')
-rw-r--r--libempathy/empathy-tp-contact-list.c2
1 files changed, 1 insertions, 1 deletions
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);