Index: wp-admin/includes/plugin-install.php
===================================================================
--- wp-admin/includes/plugin-install.php	(revision 17462)
+++ wp-admin/includes/plugin-install.php	(working copy)
@@ -268,6 +268,7 @@
 
 		$title = $section_name;
 		$title = ucwords(str_replace('_', ' ', $title));
+		$title = str_replace('Faq', 'FAQ', $title);
 
 		$class = ( $section_name == $section ) ? ' class="current"' : '';
 		$href = add_query_arg( array('tab' => $tab, 'section' => $section_name) );
@@ -348,6 +349,7 @@
 			$title = $section_name;
 			$title[0] = strtoupper($title[0]);
 			$title = str_replace('_', ' ', $title);
+			$title = str_replace('Faq', 'FAQ', $title);
 
 			$content = links_add_base_url($content, 'http://wordpress.org/extend/plugins/' . $api->slug . '/');
 			$content = links_add_target($content, '_blank');
