From ed5190b8f4030232b73ef220da93f390e7cdb1f6 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 19 Sep 2008 09:37:54 +0000 Subject: Closes #358 and #359. Well spotted. git-svn-id: https://code.elgg.org/elgg/trunk@2099 36083f99-b078-4883-b0ff-0f9b5a30f544 --- friends/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'friends/index.php') diff --git a/friends/index.php b/friends/index.php index 8f4e3d09c..d7e02f168 100644 --- a/friends/index.php +++ b/friends/index.php @@ -17,7 +17,7 @@ $owner = $_SESSION['user']; } - $area1 = elgg_view_title(elgg_echo('Friends')); + $area1 = elgg_view_title(elgg_echo('friends')); $area2 = list_entities_from_relationship('friend',$owner->getGUID(),false,'user','',0,10,false); $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2); -- cgit v1.2.3