diff options
author | redmatrix <git@macgirvin.com> | 2016-08-16 19:01:20 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-16 19:01:20 -0700 |
commit | b2eede891ae6ce2db0911ca75649a0a2a3c60212 (patch) | |
tree | ec7944d7cfd046e692cda85e987f5b864683e7c2 /include | |
parent | a2873c18ca9507c0128d973215fb3ba26d8da5e7 (diff) | |
parent | 70d38fe5b3cec680fe689addfac34a47c26273ba (diff) | |
download | volse-hubzilla-b2eede891ae6ce2db0911ca75649a0a2a3c60212.tar.gz volse-hubzilla-b2eede891ae6ce2db0911ca75649a0a2a3c60212.tar.bz2 volse-hubzilla-b2eede891ae6ce2db0911ca75649a0a2a3c60212.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-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 b10417b04..9bee942e2 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -172,7 +172,7 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti '$showallOrigin' => $showall_origin, '$showallIcon' => $showall_icon, '$select_label' => t('Who can see this?'), - '$showlimited' => t('Custom selection'), + '$custom' => 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"), |