diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-12-31 09:31:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-12-31 09:31:54 +0000 |
commit | ceb20b45e51cce76d4c3f1680fe8250b3fe5a6e3 (patch) | |
tree | 8bb89044efa07d06906103785b2ab9d3aaf22bda | |
parent | 1dbe0dc2ee80fc8d67e42785b12203513dc11820 (diff) | |
download | brdo-ceb20b45e51cce76d4c3f1680fe8250b3fe5a6e3.tar.gz brdo-ceb20b45e51cce76d4c3f1680fe8250b3fe5a6e3.tar.bz2 |
- Small change
-rw-r--r-- | modules/search.module | 2 | ||||
-rw-r--r-- | modules/search/search.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/search.module b/modules/search.module index 9c812402b..7732a944a 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 9c812402b..7732a944a 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); |