Index: coder.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/coder.module,v
retrieving revision 1.88.2.55
diff -u -u -p -r1.88.2.55 coder.module
--- coder.module	20 Sep 2008 17:06:24 -0000	1.88.2.55
+++ coder.module	20 Sep 2008 17:06:47 -0000
@@ -823,7 +823,7 @@ function coder_page_form($form_state) {
     // Prepend the settings form.
     $form['settings'] = array(
       '#type' => 'fieldset',
-      '#title' => t('Selection form'),
+      '#title' => isset($form) ? t('Selection form (click to change options and resubmit)') : t('Selection form'),
       '#collapsible' => TRUE,
       '#collapsed' => isset($form),
       '#weight' => -1,
