Much better description for the noconfirmation check box.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-11-03 15:04:34 +00:00
parent bee047cabb
commit 75b8d5a560
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ $new_user_send_password = !$_POST || isset($_POST['send_password']);
<?php if ( is_multisite() && is_super_admin() ) { ?>
<tr>
<th scope="row"><label for="noconfirmation"><?php _e('Skip Confirmation Email') ?></label></th>
<td><label for="noconfirmation"><input type="checkbox" name="noconfirmation" id="noconfirmation" value="1" /> <?php _e( 'Site administrators can add a user without sending the confirmation email.' ); ?></label></td>
<td><label for="noconfirmation"><input type="checkbox" name="noconfirmation" id="noconfirmation" value="1" /> <?php _e( 'Add the user without sending them a confirmation email.' ); ?></label></td>
</tr>
<?php } ?>
</table>