diff options
author | friendica <info@friendica.com> | 2012-12-08 15:14:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-08 15:14:32 -0800 |
commit | 75ea0cfa32ea490314331100281183d775861789 (patch) | |
tree | 2f13e4360fecca7c46af1c6bdb01a77815a42c9e /mod | |
parent | c70777e19c6b48fe128e7ee9cbcaefb1de84c793 (diff) | |
download | volse-hubzilla-75ea0cfa32ea490314331100281183d775861789.tar.gz volse-hubzilla-75ea0cfa32ea490314331100281183d775861789.tar.bz2 volse-hubzilla-75ea0cfa32ea490314331100281183d775861789.zip |
make permission quick links work
Diffstat (limited to 'mod')
-rw-r--r-- | mod/connections.php | 7 |
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, |