aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-07 18:47:09 -0700
committerfriendica <info@friendica.com>2014-08-07 18:47:09 -0700
commitad4dc666c58ac6d486549ba399991e25585b23ca (patch)
treef1e7aca11be5fc55472f1c377eeb978ef0ab51e7 /mod/profiles.php
parent136fa15594bb41521c980573a0f52f87cc7b2992 (diff)
downloadvolse-hubzilla-ad4dc666c58ac6d486549ba399991e25585b23ca.tar.gz
volse-hubzilla-ad4dc666c58ac6d486549ba399991e25585b23ca.tar.bz2
volse-hubzilla-ad4dc666c58ac6d486549ba399991e25585b23ca.zip
more editing of visibility displays
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
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'])
- ? '<strong>' . t('visible to everybody') . '</strong>'
+ ? '<strong>' . translate_scope(map_scope($channel['channel_r_profile'])) . '</strong>'
: '<a href="' . $a->get_baseurl(true) . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
));
}