diff --git wp-admin/network/settings.php wp-admin/network/settings.php
index c100a665f3..a6658fabf4 100644
|
|
if ( isset( $_GET['updated'] ) ) { |
233 | 233 | </tr> |
234 | 234 | |
235 | 235 | <tr id="addnewusers"> |
236 | | <th scope="row"><?php _e( 'Add New Users' ); ?></th> |
| 236 | <th scope="row"><?php _e( 'Create New Users' ); ?></th> |
237 | 237 | <td> |
238 | | <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ); ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users → Add New" page' ); ?></label> |
| 238 | <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ); ?> /> <?php _e( 'Allow site administrators to create new users via the "Users → Add New" page' ); ?></label> |
239 | 239 | </td> |
240 | 240 | </tr> |
241 | 241 | |