Index: mollom.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.info,v
retrieving revision 1.6
diff -u -p -r1.6 mollom.info
--- mollom.info	13 Sep 2010 00:17:24 -0000	1.6
+++ mollom.info	29 Jan 2011 23:18:35 -0000
@@ -1,6 +1,6 @@
 ; $Id: mollom.info,v 1.6 2010/09/13 00:17:24 dries Exp $
 name = Mollom
-description = Protects forms against spam.
+description = Provides automated moderation of user-submitted content.
 core = 7.x
 configure = admin/config/content/mollom
 scripts[] = mollom.js
Index: mollom.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.module,v
retrieving revision 1.103
diff -u -p -r1.103 mollom.module
--- mollom.module	29 Jan 2011 22:45:13 -0000	1.103
+++ mollom.module	29 Jan 2011 23:17:41 -0000
@@ -191,8 +191,8 @@ function mollom_menu() {
   );
 
   $items['admin/config/content/mollom'] = array(
-    'title' => 'Mollom',
-    'description' => 'Mollom is a web service that helps you manage your community.',
+    'title' => 'Mollom content moderation',
+    'description' => 'Manage automated moderation of user-submitted content.',
     'page callback' => 'mollom_admin_form_list',
     'access arguments' => array('administer mollom'),
     'file' => 'mollom.admin.inc',
