From ceb20b45e51cce76d4c3f1680fe8250b3fe5a6e3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 Dec 2004 09:31:54 +0000 Subject: [PATCH] - Small change --- modules/search.module | 2 +- modules/search/search.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/search.module b/modules/search.module index 9c812402b6fa..7732a944a70d 100644 --- a/modules/search.module +++ b/modules/search.module @@ -74,7 +74,7 @@ function search_menu($may_cache) { $items = array(); if ($may_cache) { - $items[] = array('path' => 'search', 'title' => t('search for'), + $items[] = array('path' => 'search', 'title' => t('search'), 'callback' => 'search_view', 'access' => user_access('search content'), 'type' => MENU_SUGGESTED_ITEM); diff --git a/modules/search/search.module b/modules/search/search.module index 9c812402b6fa..7732a944a70d 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -74,7 +74,7 @@ function search_menu($may_cache) { $items = array(); if ($may_cache) { - $items[] = array('path' => 'search', 'title' => t('search for'), + $items[] = array('path' => 'search', 'title' => t('search'), 'callback' => 'search_view', 'access' => user_access('search content'), 'type' => MENU_SUGGESTED_ITEM);