diff options
author | friendica <info@friendica.com> | 2014-08-07 18:47:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-07 18:47:09 -0700 |
commit | ad4dc666c58ac6d486549ba399991e25585b23ca (patch) | |
tree | f1e7aca11be5fc55472f1c377eeb978ef0ab51e7 /mod | |
parent | 136fa15594bb41521c980573a0f52f87cc7b2992 (diff) | |
download | volse-hubzilla-ad4dc666c58ac6d486549ba399991e25585b23ca.tar.gz volse-hubzilla-ad4dc666c58ac6d486549ba399991e25585b23ca.tar.bz2 volse-hubzilla-ad4dc666c58ac6d486549ba399991e25585b23ca.zip |
more editing of visibility displays
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 2 |
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>') )); } |