From a2250e1854f23351b2a39e304e2bd5977f3fd867 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Feb 2011 20:57:09 +0000 Subject: Fixes #2982 friends collections work even if the code is convoluted and poorly written. git-svn-id: http://code.elgg.org/elgg/trunk@8495 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 26599414b..d5575f572 100644 --- a/languages/en.php +++ b/languages/en.php @@ -327,11 +327,11 @@ $english = array( 'friends:collections' => "Friend collections", 'collections:add' => "New collection", 'friends:collections:add' => "New friends collection", - 'friends:addfriends' => "Add friends", + 'friends:addfriends' => "Select friends", 'friends:collectionname' => "Collection name", 'friends:collectionfriends' => "Friends in collection", 'friends:collectionedit' => "Edit this collection", - 'friends:nocollections' => "You do not yet have any collections.", + 'friends:nocollections' => "You do not have any collections yet.", 'friends:collectiondeleted' => "Your collection has been deleted.", 'friends:collectiondeletefailed' => "We were unable to delete the collection. Either you don't have permission, or some other problem has occurred.", 'friends:collectionadded' => "Your collection was successfully created", -- cgit v1.2.3