--- modules/search/search.module.orig	2008-04-02 13:13:37.000000000 -0700
+++ modules/search/search.module	2008-04-02 21:19:34.000000000 -0700
@@ -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>"orange cat"</em> will match less than <em>orange cat</em>.</li>
+<li>Consider loosening your query with <em>OR</em>: <em>orange cat</em> will match less than <em>orange OR cat</em>.</li>
 </ul>');
   }
 }
