diff options
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", |