diff --git wp-admin/network/settings.php wp-admin/network/settings.php
index c100a665f3..a6658fabf4 100644
--- wp-admin/network/settings.php
+++ wp-admin/network/settings.php
@@ -233,9 +233,9 @@ if ( isset( $_GET['updated'] ) ) {
 			</tr>
 
 			<tr id="addnewusers">
-				<th scope="row"><?php _e( 'Add New Users' ); ?></th>
+				<th scope="row"><?php _e( 'Create New Users' ); ?></th>
 				<td>
-					<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 &rarr; Add New" page' ); ?></label>
+					<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 &rarr; Add New" page' ); ?></label>
 				</td>
 			</tr>
 
