From baa5c2ff8965023633d15a6d878ebe3757548ab4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Jan 2006 09:51:57 +0000 Subject: - Extended the form description for clarity. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') 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' => ''. 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.') .''); + $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => ''. 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.') .''); $ranking = array('node_rank_relevance' => t('Keyword relevance'), 'node_rank_recent' => t('Recently posted')); -- cgit v1.2.3