diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-13 16:22:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-13 16:22:43 +0200 |
commit | 573dea42d0b71a360d8630ab20783dba13768a49 (patch) | |
tree | 5a18d93136a0c0260b5d5d0d4035041ec6d2ac5e /include/acl_selectors.php | |
parent | 269055e71c3959bd769133f23b033bcbefee27ce (diff) | |
download | volse-hubzilla-573dea42d0b71a360d8630ab20783dba13768a49.tar.gz volse-hubzilla-573dea42d0b71a360d8630ab20783dba13768a49.tar.bz2 volse-hubzilla-573dea42d0b71a360d8630ab20783dba13768a49.zip |
instead of radio buttons use select to choose between public and restricted acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index ce0a32798..6196be786 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -271,7 +271,7 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti '$showall' => $showall_caption, '$showallOrigin' => $showall_origin, '$showallIcon' => $showall_icon, - '$showlimited' => t("Limit access:"), + '$showlimited' => t("Restricted"), '$showlimitedDesc' => t('Select "Show" to allow viewing. "Don\'t show" lets you override and limit the scope of "Show".'), '$show' => t("Show"), '$hide' => t("Don't show"), |