diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-01-11 22:09:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-01-11 22:09:11 +0000 |
commit | ca95b491ffc8d8325408be0161094371376c1b84 (patch) | |
tree | cbda13fc3661655483c4fc8ca4d00aa12593b72f /modules/search.module | |
parent | 0567413c85cc1ff629df4a2bbbc0e2185afeb6e3 (diff) | |
download | brdo-ca95b491ffc8d8325408be0161094371376c1b84.tar.gz brdo-ca95b491ffc8d8325408be0161094371376c1b84.tar.bz2 |
- Updated some of the descriptions.
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module index 116b671c6..24154ece0 100644 --- a/modules/search.module +++ b/modules/search.module @@ -7,7 +7,7 @@ function search_perm() { function search_link($type) { if ($type == "page" && user_access("search content")) { - $links[] = "<a href=\"module.php?mod=search\">". t("search") ."</a>"; + $links[] = "<a href=\"module.php?mod=search\" title=\"". t("Search for older content.") ."\">". t("search") ."</a>"; } return $links ? $links : array(); |