aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-11 20:35:25 -0700
committerfriendica <info@friendica.com>2014-04-11 20:35:25 -0700
commit47096df97e38cd08ecec83b53a936dfe84e7e022 (patch)
tree0e19688dd8a9173ec42a6839a444597546464065 /mod/acl.php
parent2b3697c27a994e4465271fa720b50ef5a5e88f41 (diff)
downloadvolse-hubzilla-47096df97e38cd08ecec83b53a936dfe84e7e022.tar.gz
volse-hubzilla-47096df97e38cd08ecec83b53a936dfe84e7e022.tar.bz2
volse-hubzilla-47096df97e38cd08ecec83b53a936dfe84e7e022.zip
not quite right but I need to check it in so I can switch branches
Diffstat (limited to 'mod/acl.php')
-rw-r--r--mod/acl.php4
1 files changed, 2 insertions, 2 deletions
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'
);