summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-01-11 09:46:51 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-01-11 09:46:51 +0000
commitbf09864c5ddf696590af2c8430b512e226b42660 (patch)
tree68b3dd4fbe2b38ae98e7b5de64f3a989e79febf1 /modules
parent92bc08b5b926b3f8fba5c0cdfa74fe9c0ba8fe8b (diff)
downloadbrdo-bf09864c5ddf696590af2c8430b512e226b42660.tar.gz
brdo-bf09864c5ddf696590af2c8430b512e226b42660.tar.bz2
- Readding cron note.
Diffstat (limited to 'modules')
-rw-r--r--modules/search.module2
-rw-r--r--modules/search/search.module2
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>