aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/acl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/acl.php b/mod/acl.php
index 8e6331a39..589a10eb5 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'] . ' ' . t('plus connections'),
+ "name" => $g['name'] . '+',
"id" => $g['id'] . '+',
"xid" => $g['hash'],
"link" => $g['nick'],
- "nick" => substr($g['nick'],0,strpos($g['nick'],'@')) . '+',
+ "nick" => substr($g['nick'],0,strpos($g['nick'],'@')),
"self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''),
"taggable" => 'taggable'
);