diff options
-rw-r--r-- | modules/search.module | 2 | ||||
-rw-r--r-- | modules/search/search.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/search.module b/modules/search.module index 01da27b9b..bdc882838 100644 --- a/modules/search.module +++ b/modules/search.module @@ -51,7 +51,7 @@ function search_help($section = 'admin/help#search') { return t('Enables site-wide keyword searching.'); case 'admin/settings/search': return t(' -<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour.</p> +<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p> '); case 'search#noresults': return t('<p><ul> diff --git a/modules/search/search.module b/modules/search/search.module index 01da27b9b..bdc882838 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -51,7 +51,7 @@ function search_help($section = 'admin/help#search') { return t('Enables site-wide keyword searching.'); case 'admin/settings/search': return t(' -<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour.</p> +<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p> '); case 'search#noresults': return t('<p><ul> |