summaryrefslogtreecommitdiff
path: root/modules/search/search.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.module')
-rw-r--r--modules/search/search.module4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index 3285d6298..a19d62711 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -101,9 +101,7 @@ function search_help($section) {
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@search">Search page</a>.', array('@search' => 'http://drupal.org/handbook/modules/search/')) .'</p>';
return $output;
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. Note that the search requires cron to be set up correctly.</p>
-');
+ return '<p>'. t('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('<ul>
<li>Check if your spelling is correct.</li>