From 0cba6b128ad98e7e32aab89462dc635c638c968a Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 3 Jan 2011 13:53:26 -0800 Subject: fix typo, check for empty group in network page --- mod/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile.php') diff --git a/mod/profile.php b/mod/profile.php index 7a57bd5a4..5479f2806 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -344,7 +344,7 @@ function profile_content(&$a, $update = 0) { $tmp_item = replace_macros($template,array( '$id' => $item['item_id'], - '$title' => t('View $name's profile'), + '$title' => t('View $name\'s profile'), '$profile_url' => $profile_link, '$name' => $profile_name, '$thumb' => $profile_avatar, -- cgit v1.2.3