diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-06-08 16:17:29 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-06-08 16:17:29 +0000 |
commit | 5d36c704496fee766912269edd9daf6979d52f56 (patch) | |
tree | e4aa14fd4a4efc3a2b62562924066131f5abd49c /modules/archive/archive.module | |
parent | 37ee9eed2eac0726ee39a8396d9d5feffbf1baf9 (diff) | |
download | brdo-5d36c704496fee766912269edd9daf6979d52f56.tar.gz brdo-5d36c704496fee766912269edd9daf6979d52f56.tar.bz2 |
- improved module descriptions.
- removed admin options for queue and comment module if the modules are not
loaded.
- nodes are now auto promoted when queue module isn't enabled.
- moderation result block is now visible by the node author.
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r-- | modules/archive/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 459fe34f0..4c0cf4bc1 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -2,7 +2,7 @@ // $Id$ function archive_system($field){ - $system["description"] = t("Displays calendar navigation to old content."); + $system["description"] = t("Displays a calendar to navigation old content."); return $system[$field]; } |