summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-14 09:51:57 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-14 09:51:57 +0000
commitbaa5c2ff8965023633d15a6d878ebe3757548ab4 (patch)
tree2126cdad0f2224f4971c58beb3749a6dba5e64de /modules/node
parent84a5ff405233c28e31ff1d52b90afaeacb7f50ae (diff)
downloadbrdo-baa5c2ff8965023633d15a6d878ebe3757548ab4.tar.gz
brdo-baa5c2ff8965023633d15a6d878ebe3757548ab4.tar.bz2
- Extended the form description for clarity.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index f7e998d13..7cb9dd859 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -611,7 +611,7 @@ function node_search($op = 'search', $keys = null) {
// Output form for defining rank factor weights.
$form['content_ranking'] = array('#type' => 'fieldset', '#title' => t('Content ranking'));
$form['content_ranking']['#theme'] = 'node_search_admin';
- $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => '<em>'. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence. Zero means the property is ignored.') .'</em>');
+ $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => '<em>'. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence, zero means the property is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.') .'</em>');
$ranking = array('node_rank_relevance' => t('Keyword relevance'),
'node_rank_recent' => t('Recently posted'));