diff --git a/modules/search.module b/modules/search.module index 9c812402b6f..7732a944a70 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 9c812402b6f..7732a944a70 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);