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:
friendica
2014-08-07 18:22:50 -07:00
parent f412f6a654
commit a7d95108d0
5 changed files with 12 additions and 8 deletions

View File

@@ -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)