Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 39258)
+++ wp-includes/general-template.php	(working copy)
@@ -971,7 +971,7 @@
 	// If it's a search, use a dynamic search results title.
 	} elseif ( is_search() ) {
 		/* translators: %s: search phrase */
-		$title['title'] = sprintf( __( 'Search Results for &#8220;%s&#8221;' ), get_search_query() );
+		$title['title'] = sprintf( __( 'Search results for &#8220;%s&#8221;' ), get_search_query() );
 
 	// If on the front page, use the site title.
 	} elseif ( is_front_page() ) {
