cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true.
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user