]> git.0d.be Git - empathy.git/commitdiff
s/Local Network/People nearby/ (Sjoerd Simons)
authorXavier Claessens <xclaesse@gmail.com>
Sat, 11 Aug 2007 14:22:57 +0000 (14:22 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 11 Aug 2007 14:22:57 +0000 (14:22 +0000)
2007-08-11 Xavier Claessens  <xclaesse@gmail.com>

* libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/
(Sjoerd Simons)

svn path=/trunk/; revision=248

ChangeLog
libempathy/empathy-tp-contact-list.c

index 3d2428920d8be33f28ae2ed04d49973f3ec7eb3c..74c616efd2f44601d405ec99e69942adc88a672c 100644 (file)
--- 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
index 5c5e02d028cfae192f460e50d172fae375b7f76a..70cd10a1e11039a9dbec77c2244fce93bfce4d80 100644 (file)
@@ -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);