diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 20:57:09 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 20:57:09 +0000 |
commit | a2250e1854f23351b2a39e304e2bd5977f3fd867 (patch) | |
tree | c7a846a455073b88ef2db21115baf21fee57b138 /languages | |
parent | 657295df1ff884ed9f00b001389978b142ac6ba7 (diff) | |
download | elgg-a2250e1854f23351b2a39e304e2bd5977f3fd867.tar.gz elgg-a2250e1854f23351b2a39e304e2bd5977f3fd867.tar.bz2 |
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
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
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", |