Index: html/sites/all/modules/contrib/mollom/mollom.module
===================================================================
--- html/sites/all/modules/contrib/mollom/mollom.module	(revision 6414)
+++ html/sites/all/modules/contrib/mollom/mollom.module	(working copy)
@@ -849,7 +849,7 @@
           '#required' => TRUE,
           '#size' => 10,
           '#value' => $form['#post']['captcha'],
-          '#description' => t("Type the characters shown in the picture above; if you can't read them, submit the form and a new image will be generated."),
+          '#description' => t('Type the characters shown in the picture above. If you can\'t read them, <a href="!url" onclick="$(\'#edit-captcha-solution\').parents(\'form\').submit();return false;">click here</a>.', array('!url' => $_SERVER['REQUEST_URI'])),
           '#weight' => min($form['submit']['#weight'], $form['preview']['#weight']) + 1);
 
       // Move the preview and/or submit button below the captcha:
