Index: commentactivity.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/activity/contrib/commentactivity/Attic/commentactivity.module,v
retrieving revision 1.1.2.4
diff -b -u -p -r1.1.2.4 commentactivity.module
--- commentactivity.module	19 Mar 2008 18:06:45 -0000	1.1.2.4
+++ commentactivity.module	27 Apr 2008 14:21:11 -0000
@@ -22,12 +22,12 @@ function commentactivity_activity_info()
         '#description' => t('The person who created the comment.'),
         '#default' => 'You left the comment [subject] on [parent-node]',
       ),
-      'parent node author' => array(
+      'parent_node_author' => array(
         '#name' => t('Parent node author'),
         '#description' => t('The person who created the node.'),
         '#default' => '[author] commented on [parent-node]',
       ),
-      'parent comment author' => array(
+      'parent_comment_author' => array(
         '#name' => t('Parent comment author'),
         '#description' => t('The person who wrote the comment.'),
         '#default' => '[author] replied to your comment [parent-comment] with [subject]',
