--- 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('
- Check if your spelling is correct.
-- Remove quotes around phrases to match each word individually: "blue smurf" will match less than blue smurf.
-- Consider loosening your query with OR: blue smurf will match less than blue OR smurf.
+- Remove quotes around phrases to match each word individually: "orange cat" will match less than orange cat.
+- Consider loosening your query with OR: orange cat will match less than orange OR cat.
');
}
}