Index: send.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/send/send.inc,v
retrieving revision 1.16
diff -u -p -r1.16 send.inc
--- send.inc	19 Feb 2008 18:38:16 -0000	1.16
+++ send.inc	21 Feb 2008 04:19:53 -0000
@@ -39,6 +39,7 @@ function _send_settings_form($module, $n
     '#default_value' => _send_value('template', $module, $nodetype, $node),
     '#rows'          => 30,
     '#cols'          => 70,
+    '#description'   => t("Use this form to add additional template elements to   your message format. Currently the tokens %body and %message are supported.  Additional formating can be added through the use of standard HTML and CSS."),
   );
   if ($module_settings = module_invoke($module,'send', 'settings', $module)) {
     $form = array_merge($form, $module_settings);
@@ -107,6 +108,7 @@ function _send_nodetype_form($form) {
       '#weight'        => -9,
       '#title'         => t('Permit changes on every item'),
       '#default_value' => _send_value('pernode', $module, $type),
+      '#description'   => t("Enabling this allows modification of Send's behavior on each node created within this node type. Each node will alow customization of link text, default message, or template parameters."),
     );
   }
   return $form;
