Index: wp-admin/user-edit.php
===================================================================
--- wp-admin/user-edit.php	(revision 33844)
+++ wp-admin/user-edit.php	(working copy)
@@ -230,7 +230,7 @@
 <input type="hidden" name="checkuser_id" value="<?php echo get_current_user_id(); ?>" />
 </p>
 
-<h3><?php _e('Personal Options'); ?></h3>
+<h2><?php _e('Personal Options'); ?></h2>
 
 <table class="form-table">
 <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?>
@@ -301,7 +301,7 @@
 	}
 ?>
 
-<h3><?php _e('Name') ?></h3>
+<h2><?php _e('Name') ?></h2>
 
 <table class="form-table">
 	<tr class="user-user-login-wrap">
@@ -392,7 +392,7 @@
 </tr>
 </table>
 
-<h3><?php _e('Contact Info') ?></h3>
+<h2><?php _e('Contact Info') ?></h2>
 
 <table class="form-table">
 <tr class="user-email-wrap">
@@ -444,7 +444,7 @@
 ?>
 </table>
 
-<h3><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h3>
+<h2><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h2>
 
 <table class="form-table">
 <tr class="user-description-wrap">
@@ -460,7 +460,7 @@
 ?>
 </table>
 
-<h3><?php _e('Account Management'); ?></h3>
+<h2><?php _e('Account Management'); ?></h2>
 <table class="form-table">
 <tr id="password" class="user-pass1-wrap">
 	<th><label for="pass1"><?php _e( 'New Password' ); ?></label></th>
@@ -578,7 +578,7 @@
 if ( count( $profileuser->caps ) > count( $profileuser->roles )
 	&& apply_filters( 'additional_capabilities_display', true, $profileuser )
 ) : ?>
-<h3><?php _e( 'Additional Capabilities' ); ?></h3>
+<h2><?php _e( 'Additional Capabilities' ); ?></h2>
 <table class="form-table">
 <tr class="user-capabilities-wrap">
 	<th scope="row"><?php _e( 'Capabilities' ); ?></th>
