From b19764c9a1842cc366ffb641984395210e92c2b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Feb 2013 04:12:13 -0800 Subject: fix to common friends - it seems it counts the right number of common friends, but they are all you --- include/contact_widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/contact_widgets.php') diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 1a52668b0..54e2ad967 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -118,7 +118,7 @@ function common_friends_visitor_widget($profile_uid) { $r = common_friends($profile_uid,$observer_hash,0,5,true); return replace_macros(get_markup_template('remote_friends_common.tpl'), array( - '$desc' => sprintf( tt("%d contact in common", "%d contacts in common", $t), $t), + '$desc' => sprintf( tt("%d connection in common", "%d connections in common", $t), $t), '$base' => $a->get_baseurl(), '$uid' => $profile_uid, '$cid' => $observer, -- cgit v1.2.3