Index: ms.php
===================================================================
--- ms.php	(revision 39549)
+++ ms.php	(working copy)
@@ -704,8 +704,9 @@
  * @return bool True if the user has proper permissions, false if they do not.
  */
 function check_import_new_users( $permission ) {
-	if ( !is_super_admin() )
+	if ( ! current_user_can( 'manage_network_users' ) ) {
 		return false;
+	}	
 	return true;
 }
 // See "import_allow_fetch_attachments" and "import_attachment_size_limit" filters too.
