aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-15 14:14:10 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-15 14:14:10 +0200
commitca1f6f8c5b9668a4bdb0bdb3b6bc32160bfd267e (patch)
tree06519383169c97815b9ce4cc482c2fedf6ad47a3 /mod/connedit.php
parent5fcf1256bd3d60e03dc9b39779bbad6051ce4682 (diff)
downloadvolse-hubzilla-ca1f6f8c5b9668a4bdb0bdb3b6bc32160bfd267e.tar.gz
volse-hubzilla-ca1f6f8c5b9668a4bdb0bdb3b6bc32160bfd267e.tar.bz2
volse-hubzilla-ca1f6f8c5b9668a4bdb0bdb3b6bc32160bfd267e.zip
provide info text for automatic permissions
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 8374954fb..d0cf71c73 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -656,7 +656,7 @@ function connedit_content(&$a) {
$o .= replace_macros($tpl,array(
'$header' => (($self) ? t('Connection Default Permissions') : sprintf( t('Connection: %s'),$contact['xchan_name'])),
- '$autoperms' => array('autoperms',t('Apply these permissions automatically'), ((get_pconfig(local_channel(),'system','autoperms')) ? 1 : 0), '', array(t('No'),('Yes'))),
+ '$autoperms' => array('autoperms',t('Apply these permissions automatically'), ((get_pconfig(local_channel(),'system','autoperms')) ? 1 : 0), 'Connection requests will be approved without your interaction', array(t('No'),('Yes'))),
'$addr' => $contact['xchan_addr'],
'$addr_text' => t('This connection\'s address is'),
'$notself' => (($self) ? '' : '1'),