diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-07-06 21:08:03 -0400 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-07-06 21:08:03 -0400 |
commit | 3e318bdeda941f78e9ae7b78bf337f67c4475849 (patch) | |
tree | a4074ed7288ac8682c0bd3296f1d36f281c9f0f7 /languages | |
parent | f068068add8645dc359fdcb00b7745a918c1c81e (diff) | |
download | elgg-3e318bdeda941f78e9ae7b78bf337f67c4475849.tar.gz elgg-3e318bdeda941f78e9ae7b78bf337f67c4475849.tar.bz2 |
Revert "Merged ACL fixes from 1.7 branch."
This reverts commit de111da23258cd2b513c8f4ab84712ee50272b23. Reverted because of problems in how 1.8 populates the access dropdown.
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index b525a2043..c30a1bdd8 100644 --- a/languages/en.php +++ b/languages/en.php @@ -343,8 +343,6 @@ $english = array( 'friends:nocollectionname' => "You need to give your collection a name before it can be created.", 'friends:collections:members' => "Collection members", 'friends:collections:edit' => "Edit collection", - 'friends:collections:edited' => "Saved collection", - 'friends:collection:edit_failed' => 'Could not save collection.', 'friendspicker:chararray' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', |