diff --git a/modules/node/node.module b/modules/node/node.module index faf688d9849c..8eb6134ba347 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -34,7 +34,7 @@ function node_help($section) { $output .= '

'. t('For more information please read the configuration and customization handbook Node page.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'

'; return $output; case 'admin/content/search': - return t('

Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for "br*" might return "bread bakers", "our daily bread" and "brenda".

'); + return t('

Enter a simple pattern to search for a post. Words are matched exactly. Phrases can be surrounded by quotes to do an exact search.

'); case 'admin/content/types': return '

'. t('Below is a list of all the content types on your site. All posts that exist on your site are instances of one of these content types.') .'

'; case 'admin/content/types/add':