diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-09 18:05:36 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-09 18:05:36 +0000 |
commit | 433eb88b1934ab31a7f067490fa8dd79c41270ff (patch) | |
tree | 4419ad2f187e83727912baea48908b3b27b73b82 /languages/en.php | |
parent | e437ae2cb2beee77518a32d7d22f989ac54f72b7 (diff) | |
download | elgg-433eb88b1934ab31a7f067490fa8dd79c41270ff.tar.gz elgg-433eb88b1934ab31a7f067490fa8dd79c41270ff.tar.bz2 |
Closes #240: It is now possible to downgrade an admin user.
git-svn-id: https://code.elgg.org/elgg/trunk@2558 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index feb882f28..e08c07ece 100644 --- a/languages/en.php +++ b/languages/en.php @@ -543,6 +543,9 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'admin:user:makeadmin:yes' => "User is now an admin.", 'admin:user:makeadmin:no' => "We could not make this user an admin.", + + 'admin:user:removeadmin:yes' => "User is no longer an admin.", + 'admin:user:removeadmin:no' => "We could not remove administrator privileges from this user.", /** * User settings @@ -603,6 +606,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'resetpassword' => "Reset password", 'makeadmin' => "Make admin", + 'removeadmin' => "Remove admin", 'option:yes' => "Yes", 'option:no' => "No", |