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/of.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'friends/of.php') diff --git a/friends/of.php b/friends/of.php index 42e8867c0..82325f6f6 100644 --- a/friends/of.php +++ b/friends/of.php @@ -17,7 +17,7 @@ $owner = $_SESSION['user']; } - $area1 = elgg_view_title(elgg_echo('Friends of')); + $area1 = elgg_view_title(elgg_echo('friends:of')); $area2 = list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false); $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2); -- cgit v1.2.3