aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-08-11 22:22:57 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-08-11 22:22:57 +0800
commit1a96737b8aa3736ea2a7f09cbe83d8eb521762b7 (patch)
tree0268f6debd5536992eb78ff708209f2fd634b083 /libempathy
parent7451c0d04ceb87cd88d73e9186b3c4300e17c980 (diff)
downloadgsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.tar
gsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.tar.gz
gsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.tar.bz2
gsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.tar.lz
gsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.tar.xz
gsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.tar.zst
gsoc2013-empathy-1a96737b8aa3736ea2a7f09cbe83d8eb521762b7.zip
2007-08-11 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/ (Sjoerd Simons) git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@248 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-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);