diff -urp old/workflow_ng_ui.module new/workflow_ng_ui.module
--- old/workflow_ng_ui.module	2008-02-11 03:28:58.000000000 +0530
+++ new/workflow_ng_ui.module	2008-04-23 01:19:52.135108200 +0530
@@ -737,7 +737,10 @@ function workflow_ng_ui_new_arguments_fo
       '#type' => 'fieldset',
       '#title' => t('New argument settings'),
       '#collapsible' => TRUE,
-      '#collapsed' => TRUE,
+      '#collapsed' => TRUE,
+      '#description' => t('New arguments which are loaded here can be used also with other rule configurations.
+        In order to use it in such a way, create a new rule configuration with the same event as this one, then set the rule weight to be 
+        lower then this one (i.e. this rule will have weight = 0 and the new rule will have weight = 1).'),
       '#tree' => TRUE,
     );
     foreach ($element['#new arguments'] as $name => $argument) {
