From ad4dc666c58ac6d486549ba399991e25585b23ca Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 7 Aug 2014 18:47:09 -0700 Subject: more editing of visibility displays --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/profiles.php b/mod/profiles.php index 791f93465..b938e836b 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -707,7 +707,7 @@ function profiles_content(&$a) { '$alt' => t('Profile Image'), '$profile_name' => $rr['profile_name'], '$visible' => (($rr['is_default']) - ? '' . t('visible to everybody') . '' + ? '' . translate_scope(map_scope($channel['channel_r_profile'])) . '' : '' . t('Edit visibility') . '') )); } -- cgit v1.2.3