summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-26 19:02:39 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-26 19:02:39 +0000
commit49c79bcb364224c0c36fd56788e991cbb16163f6 (patch)
treeb1c47aa02bd198e39dea77ca518a40206b3c66c7 /wp-admin
parentdf5948f8b6fbec5eb2366e9ccee312742b5dde53 (diff)
downloadwordpress-mu-49c79bcb364224c0c36fd56788e991cbb16163f6.tar.gz
wordpress-mu-49c79bcb364224c0c36fd56788e991cbb16163f6.tar.xz
wordpress-mu-49c79bcb364224c0c36fd56788e991cbb16163f6.zip
Remove, not delete. fixes #280
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@938 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/users.php b/wp-admin/users.php
index 9febd1a..bc5cac8 100644
--- a/wp-admin/users.php
+++ b/wp-admin/users.php
@@ -541,7 +541,7 @@ foreach ( (array) $roleclass as $user_object ) {
<h3><?php _e('Update Selected'); ?></h3>
<ul style="list-style:none;">
- <li><input type="radio" name="action" id="action0" value="delete" /> <label for="action0"><?php _e('Delete checked users.'); ?></label></li>
+ <li><input type="radio" name="action" id="action0" value="removeuser" /> <label for="action0"><?php _e('Remove checked users.'); ?></label></li>
<li>
<input type="radio" name="action" id="action1" value="promote" /> <label for="action1"><?php _e('Set the Role of checked users to:'); ?></label>
<select name="new_role" onchange="getElementById('action1').checked = 'true'"><?php wp_dropdown_roles(); ?></select>