use same name everywhere
authorChristian Grothoff <christian@grothoff.org>
Sat, 22 Oct 2011 20:56:05 +0000 (20:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 22 Oct 2011 20:56:05 +0000 (20:56 +0000)
src/fs/gnunet-service-fs_cp.c

index 1e535d0891d21c1c3487b1cd6efe615ed6862de1..b9302e6456ea6319732a0bca12a1cc4d368cb1b6 100644 (file)
@@ -616,7 +616,7 @@ GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer,
                                                    GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
   GNUNET_STATISTICS_set (GSF_stats,
                         gettext_noop
-                        ("# connected peers"), 
+                        ("# peers connected"), 
                         GNUNET_CONTAINER_multihashmap_size (cp_map),
                         GNUNET_NO);
   update_atsi (cp, atsi);
@@ -1548,7 +1548,7 @@ GSF_peer_disconnect_handler_ (void *cls, const struct GNUNET_PeerIdentity *peer)
                                                        &peer->hashPubKey, cp));
   GNUNET_STATISTICS_set (GSF_stats,
                         gettext_noop
-                        ("# connected peers"), 
+                        ("# peers connected"), 
                         GNUNET_CONTAINER_multihashmap_size (cp_map),
                         GNUNET_NO);
   if (NULL != cp->migration_pth)