From a7d95108d04d057b6c07984f46647be7d708632a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 7 Aug 2014 18:22:50 -0700 Subject: cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true. --- include/acl_selectors.php | 2 +- include/items.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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), diff --git a/include/items.php b/include/items.php index 6af92d7e5..b5c28a453 100755 --- a/include/items.php +++ b/include/items.php @@ -951,7 +951,7 @@ function map_scope($scope,$strip = false) { function translate_scope($scope) { if(! $scope || $scope === 'public') - return t('Visible to anybody on the internet'); + return t('Visible to anybody on the internet.'); if(strpos($scope,'self') === 0) return t('Visible to you only.'); if(strpos($scope,'network:') === 0) -- cgit v1.2.3