aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-11 21:18:29 -0800
committerfriendica <info@friendica.com>2015-01-11 21:18:29 -0800
commit580c30f516806621edc653941e33f1ef028d4347 (patch)
tree061a921f1ca6ee92e3b67f84b93a72684548eaab /mod/connedit.php
parenta088a8f03c78160c865e64fbede01275e869cc5e (diff)
downloadvolse-hubzilla-580c30f516806621edc653941e33f1ef028d4347.tar.gz
volse-hubzilla-580c30f516806621edc653941e33f1ef028d4347.tar.bz2
volse-hubzilla-580c30f516806621edc653941e33f1ef028d4347.zip
another attempt to explain default permissions on connedit page
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 7a38187dd..49aae6684 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -549,14 +549,13 @@ function connedit_content(&$a) {
'$slide' => $slide,
'$tabs' => $t,
'$tab_str' => $tab_str,
- '$perms_step1' => t('<p>Step #1. (Completed).</p><p>Create connection with minimal or no permissions.</p>'),
- '$perms_step2' => t('<p>Step #2. (Incomplete).</p><p>Review and/or edit the default individual permissions on this page, if desired.</p>'),
- '$perms_step3' => t('<p>Step #3. (Incomplete).</p><p>Submit this page to apply the selected permissions.</p><p>Until this is complete, this connection may have insufficient permission to communicate with you.</p>'),
+ '$perms_step1' => t('Default permissions for your channel type have (just) been applied. They have not yet been submitted. Please review the permissions on this page and make any desired changes at this time. This new connection may <em>not</em> be able to communicate with you until you submit this page, which will install and apply the selected permissions.'),
'$is_pending' => (($contact['abook_flags'] & ABOOK_FLAG_PENDING) ? 1 : ''),
'$unapproved' => $unapproved,
'$inherited' => t('inherited'),
'$approve' => t('Approve this connection'),
- '$noperms' => (((! $self) && (! $contact['abook_my_perms'])) ? t('Connection has no individual permissions!') : ''),
+ '$noperms' => (($contact['abook_my_perms']) ? false : true),
+ '$no_perms' => (((! $self) && (! $contact['abook_my_perms'])) ? t('Connection has no individual permissions!') : ''),
'$noperm_desc' => (((! $self) && (! $contact['abook_my_perms'])) ? t('This may be appropriate based on your <a href="settings">privacy settings</a>, though you may wish to review the "Advanced Permissions".') : ''),
'$submit' => t('Submit'),
'$lbl_vis1' => t('Profile Visibility'),
@@ -567,6 +566,7 @@ function connedit_content(&$a) {
'$them' => t('Their Settings'),
'$me' => t('My Settings'),
'$perms' => $perms,
+ '$perms_new' => t('Default permissions for this channel type have (just) been applied. They have <em>not</em> been saved and there are currently no stored default permissions. Please review/edit the applied settings and click [Submit] to finalize.'),
'$clear' => t('Clear/Disable Automatic Permissions'),
'$forum' => t('Forum Members'),
'$soapbox' => t('Soapbox'),