aboutsummaryrefslogtreecommitdiffstats
path: root/include/acl_selectors.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2016-01-01 16:12:43 -0800
committerredmatrix <redmatrix@redmatrix.me>2016-01-01 16:12:43 -0800
commitc38edfcb32747c7c25f1df5968288b9eef43fddc (patch)
treee79c6f0bd59229f2c798b174d937b3138ccd6e68 /include/acl_selectors.php
parent9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057 (diff)
downloadvolse-hubzilla-c38edfcb32747c7c25f1df5968288b9eef43fddc.tar.gz
volse-hubzilla-c38edfcb32747c7c25f1df5968288b9eef43fddc.tar.bz2
volse-hubzilla-c38edfcb32747c7c25f1df5968288b9eef43fddc.zip
issue #241 (redmatrix issue 405)
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r--include/acl_selectors.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php
index b8a241f26..3c8f34321 100644
--- a/include/acl_selectors.php
+++ b/include/acl_selectors.php
@@ -240,8 +240,8 @@ function populate_acl($defaults = null,$show_jotnets = true, $showall = '') {
$tpl = get_markup_template("acl_selector.tpl");
$o = replace_macros($tpl, array(
'$showall' => $showall,
- '$show' => t("Show"),
- '$hide' => t("Don't show"),
+ '$show' => t("Show"),
+ '$hide' => t("Don't show"),
'$allowcid' => json_encode($allow_cid),
'$allowgid' => json_encode($allow_gid),
'$denycid' => json_encode($deny_cid),