Index: wp-includes/admin-bar.php
===================================================================
--- wp-includes/admin-bar.php	(revision 21547)
+++ wp-includes/admin-bar.php	(working copy)
@@ -619,7 +619,7 @@
 		return;
 
 	$title = '<span class="ab-icon"></span><span class="ab-label">' . number_format_i18n( $update_data['counts']['total'] ) . '</span>';
-	$title .= '<legend class="screen-reader-text"><span>' . $update_data['title'] . '</span></legend>'; 
+	$title .= '<span class="screen-reader-text">' . $update_data['title'] . '</span>'; 
 
 	$wp_admin_bar->add_menu( array(
 		'id'    => 'updates',
