diff options
author | friendica <info@friendica.com> | 2014-08-07 18:22:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-07 18:22:50 -0700 |
commit | a7d95108d04d057b6c07984f46647be7d708632a (patch) | |
tree | 7cc6039deb1125921f03ea5a8f57f33d6cfd7976 /include/acl_selectors.php | |
parent | f412f6a654992aa79738db23737239ccde6207a6 (diff) | |
download | volse-hubzilla-a7d95108d04d057b6c07984f46647be7d708632a.tar.gz volse-hubzilla-a7d95108d04d057b6c07984f46647be7d708632a.tar.bz2 volse-hubzilla-a7d95108d04d057b6c07984f46647be7d708632a.zip |
cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true.
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 8d94264e4..0b68ba227 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -237,7 +237,7 @@ function populate_acl($defaults = null,$show_jotnets = true) { $tpl = get_markup_template("acl_selector.tpl"); $o = replace_macros($tpl, array( - '$showall'=> t("Visible to everybody"), + '$showall'=> t("Visible to your default audience"), '$show' => t("Show"), '$hide' => t("Don't show"), '$allowcid' => json_encode($allow_cid), |