diff options
author | redmatrix <git@macgirvin.com> | 2016-05-14 08:11:51 +1000 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-14 08:11:51 +1000 |
commit | 0db1594f951b76d31bde8de1845eeb53da201d39 (patch) | |
tree | 58e790cda8e6623ddcadc731b627695cf6da5771 /include | |
parent | 269055e71c3959bd769133f23b033bcbefee27ce (diff) | |
parent | 1e00fa79b323c6d340b79789bf9be072a9aa629b (diff) | |
download | volse-hubzilla-0db1594f951b76d31bde8de1845eeb53da201d39.tar.gz volse-hubzilla-0db1594f951b76d31bde8de1845eeb53da201d39.tar.bz2 volse-hubzilla-0db1594f951b76d31bde8de1845eeb53da201d39.zip |
Merge pull request #380 from git-marijus/dev
instead of radio buttons use select to choose between public and custom selection
Diffstat (limited to 'include')
-rw-r--r-- | include/acl_selectors.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index ce0a32798..136f8aa50 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -271,7 +271,8 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti '$showall' => $showall_caption, '$showallOrigin' => $showall_origin, '$showallIcon' => $showall_icon, - '$showlimited' => t("Limit access:"), + '$select_label' => t('Who can see this'), + '$showlimited' => t('Custom selection'), '$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"), |