aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-14 18:36:47 -0700
committerredmatrix <git@macgirvin.com>2016-05-14 18:36:47 -0700
commite02c658eb548bd1a26e491c7c1077d7e8f7946be (patch)
tree0c4b897edd5a18c675d7ead514f893609e42902e /include
parent0800bd1e1927a2093bf2693762a9b6cef7ae529e (diff)
parent5897f62fa9cfd0bb6d2dd78a604bd2f3aa6d7bbc (diff)
downloadvolse-hubzilla-e02c658eb548bd1a26e491c7c1077d7e8f7946be.tar.gz
volse-hubzilla-e02c658eb548bd1a26e491c7c1077d7e8f7946be.tar.bz2
volse-hubzilla-e02c658eb548bd1a26e491c7c1077d7e8f7946be.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-rw-r--r--include/acl_selectors.php3
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"),