--- node_limitnumber.module.orig	2010-02-25 03:32:05.000000000 +1100
+++ node_limitnumber.module	2010-03-21 19:10:05.000000000 +1100
@@ -52,7 +52,7 @@
       ),
     ),
     'node_limitnumber_comment_limit' => array(
-      'label' => t('Check a Comment Limit'),
+      'label' => t('Check a Comment limit'),
       'module' => 'Node Limit Number',
       'arguments' => array(
         'comment' => array('type' => 'comment', 'label' => t('Comment')),
@@ -68,7 +68,7 @@
 function node_limitnumber_rules_condition_info() {
   return array(
     'node_limitnumber_rules_condition_limit' => array(
-      'label' => t('Set the limit for the node type'),
+      'label' => t('Reached limit for node type'),
       'module' => 'Node Limit Number',
       'arguments' => array(
         'node' => array('label' => t('Node'), 'type' => 'node'),
@@ -76,7 +76,7 @@
       ),
     ),
     'node_limitnumber_rules_comment_limit' => array(
-      'label' => t('Set the limit for comments'),
+      'label' => t('Reached limit for comments'),
       'module' => 'Node Limit Number',
       'arguments' => array(
         'comment' => array('type' => 'comment', 'label' => t('Comment')),
--- node_limitnumber.rules_defaults.inc.orig	2010-02-25 10:42:57.000000000 +1100
+++ node_limitnumber.rules_defaults.inc	2010-03-21 17:11:09.000000000 +1100
@@ -85,7 +85,7 @@
           '#weight' => 0,
           '#info' => 
           array (
-            'label' => 'Set the limit for the node type',
+            'label' => 'Reached limit for node type',
             'module' => 'Node Limit Number',
             'arguments' => 
             array (
