From 5d36c704496fee766912269edd9daf6979d52f56 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 8 Jun 2002 16:17:29 +0000 Subject: - 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. --- modules/jabber.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/jabber.module') diff --git a/modules/jabber.module b/modules/jabber.module index abe1a4448..47be2babf 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -2,7 +2,7 @@ // $Id$ function jabber_system($field){ - $system["description"] = t("Enables login with Jabber ID and Password"); + $system["description"] = t("Enables login with Jabber ID and password."); return $system[$field]; } -- cgit v1.2.3