From 47096df97e38cd08ecec83b53a936dfe84e7e022 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 11 Apr 2014 20:35:25 -0700 Subject: not quite right but I need to check it in so I can switch branches --- mod/acl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/acl.php') diff --git a/mod/acl.php b/mod/acl.php index 13ee7b666..8e6331a39 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -210,11 +210,11 @@ function acl_init(&$a){ $contacts[] = array( "type" => "c", "photo" => $g['micro'], - "name" => $g['name'] . '+', + "name" => $g['name'] . ' ' . t('plus connections'), "id" => $g['id'] . '+', "xid" => $g['hash'], "link" => $g['nick'], - "nick" => substr($g['nick'],0,strpos($g['nick'],'@')) . ' ' . t('plus connections'), + "nick" => substr($g['nick'],0,strpos($g['nick'],'@')) . '+', "self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''), "taggable" => 'taggable' ); -- cgit v1.2.3