Index: modules/search/search.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.module,v
retrieving revision 1.253
diff -u -F^f -r1.253 search.module
--- modules/search/search.module	10 Apr 2008 10:28:23 -0000	1.253
+++ modules/search/search.module	10 Apr 2008 11:19:39 -0000
@@ -105,8 +105,8 @@ function search_help($path, $arg) {
     case 'search#noresults':
       return t('<ul>
 <li>Check if your spelling is correct.</li>
-<li>Remove quotes around phrases to match each word individually: <em>"blue smurf"</em> will match less than <em>blue smurf</em>.</li>
-<li>Consider loosening your query with <em>OR</em>: <em>blue smurf</em> will match less than <em>blue OR smurf</em>.</li>
+<li>Remove quotes around phrases to match each word individually: <em>"red dwarf"</em> will match less than <em>red dwarf</em>.</li>
+<li>Consider loosening your query with <em>OR</em>: <em>red dwarf</em> will match less than <em>red OR dwarf</em>.</li>
 </ul>');
   }
 }
