From 4a514fa966b1725c27c5e2d816fee77d1340475b Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 21:29:58 -0700 Subject: minor ui tweaks --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profiles.php') diff --git a/mod/profiles.php b/mod/profiles.php index 5ab104aa9..cb8e8c59d 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -467,7 +467,7 @@ function profiles_content(&$a) { '$id' => $rr['id'], '$alt' => t('Profile Image'), '$profile_name' => $rr['profile-name'], - '$visible' => (($rr['is-default']) ? t('Visible to everybody') + '$visible' => (($rr['is-default']) ? '' . t('Visible to everybody') . '' : '' . t('Edit visibility') . '') )); } -- cgit v1.2.3