Index: wp-admin/options-writing.php
===================================================================
--- wp-admin/options-writing.php	(revision 33846)
+++ wp-admin/options-writing.php	(working copy)
@@ -113,7 +113,7 @@
 /** This filter is documented in wp-admin/options.php */
 if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
 ?>
-<h3 class="title"><?php _e('Post via email') ?></h3>
+<h2 class="title"><?php _e('Post via email') ?></h2>
 <p><?php printf(__('To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p>
 
 <table class="form-table">
@@ -156,7 +156,7 @@
  */
 if ( apply_filters( 'enable_update_services_configuration', true ) ) {
 ?>
-<h3 class="title"><?php _e('Update Services') ?></h3>
+<h2 class="title"><?php _e('Update Services') ?></h2>
 
 <?php if ( 1 == get_option('blog_public') ) : ?>
 
