Index: wp-admin/tools.php
===================================================================
--- wp-admin/tools.php	(revision 33816)
+++ wp-admin/tools.php	(working copy)
@@ -37,7 +37,7 @@
 
 <?php if ( current_user_can('edit_posts') ) : ?>
 <div class="card pressthis">
-	<h3><?php _e('Press This') ?></h3>
+	<h2><?php _e('Press This') ?></h2>
 	<p><?php _e( 'Press This is a little tool that lets you grab bits of the web and create new posts with ease.' );?></p>
 	<p><?php _e( 'Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site.' ); ?></p>
 
@@ -100,7 +100,7 @@
 $tags = get_taxonomy('post_tag');
 if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
 <div class="card">
-    <h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>
+    <h2 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h2>
     <p><?php printf( __('If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.'), 'import.php' ); ?></p>
 </div>
 <?php
