diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-04 11:44:23 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-04 11:44:23 +0000 |
commit | 80a6b1594221942ba94455370ae0e6fa903f257a (patch) | |
tree | 81b7bd60e6e8b5f73552634d05ffb7d88446cb38 /modules/forum.module | |
parent | 8be5a2545e4414dc0340924908cf8aa32638c378 (diff) | |
download | brdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.gz brdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.bz2 |
Some small corrections to the system descriptions (as discussed in mailinglist)
Diffstat (limited to 'modules/forum.module')
-rw-r--r-- | modules/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum.module b/modules/forum.module index a001a57fd..a7dd3b290 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -2,7 +2,7 @@ // $Id$ function forum_system($field){ - $system["description"] = t("Enables threaded discussions."); + $system["description"] = t("Allows threaded discussions about general topics."); return $system[$field]; } |