summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2002-06-04 11:44:23 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2002-06-04 11:44:23 +0000
commit80a6b1594221942ba94455370ae0e6fa903f257a (patch)
tree81b7bd60e6e8b5f73552634d05ffb7d88446cb38 /modules/search.module
parent8be5a2545e4414dc0340924908cf8aa32638c378 (diff)
downloadbrdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.gz
brdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.bz2
Some small corrections to the system descriptions (as discussed in mailinglist)
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 7ecbf677f..b5ce9403a 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -15,7 +15,7 @@ function search_help() {
}
function search_system($field){
- $system["description"] = t("Enables site wide key word searching");
+ $system["description"] = t("Enables site wide keyword searching");
return $system[$field];
}