summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-01-11 22:09:11 +0000
committerDries Buytaert <dries@buytaert.net>2002-01-11 22:09:11 +0000
commitca95b491ffc8d8325408be0161094371376c1b84 (patch)
treecbda13fc3661655483c4fc8ca4d00aa12593b72f /modules/search.module
parent0567413c85cc1ff629df4a2bbbc0e2185afeb6e3 (diff)
downloadbrdo-ca95b491ffc8d8325408be0161094371376c1b84.tar.gz
brdo-ca95b491ffc8d8325408be0161094371376c1b84.tar.bz2
- Updated some of the descriptions.
Diffstat (limited to 'modules/search.module')
-rw-r--r--modules/search.module2
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();