aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 106057006..457a2db12 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -330,8 +330,11 @@ function connections_content(&$a) {
'$them' => t('Their Settings'),
'$me' => t('My Settings'),
'$perms' => $perms,
-
-
+ '$full' => t('Full Sharing'),
+ '$cautious' => t('Cautious Sharing'),
+ '$follow' => t('Follow Only'),
+ '$advanced' => t('Advanced Permissions'),
+ '$quick' => t('Quick Links'),
'$common_link' => $a->get_baseurl(true) . '/common/loc/' . local_user() . '/' . $contact['id'],
'$all_friends' => $all_friends,
'$relation_text' => $relation_text,