Index: userpoints_rules.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/userpoints/userpoints_rules.module,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 userpoints_rules.module
--- userpoints_rules.module	30 Jan 2009 16:11:16 -0000	1.1.2.2
+++ userpoints_rules.module	12 Apr 2009 08:23:25 -0000
@@ -72,7 +72,7 @@ function userpoints_action_grant_points_
     '#type' => 'textfield',
     '#title' => t('Number of points'),
     '#default_value' => isset($settings['points']) ? $settings['points'] : '',
-    '#description' => t('The number of !points to award', userpoints_translation())
+    '#description' => t('The number of !points to award. You may enter a negative numebr as-well', userpoints_translation())
   );
 }
 
