$form['configuration']['honeypot_protect_all_forms']['#description'].='<br />'.t('<strong>Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.</strong>');
$form['configuration']['honeypot_protect_all_forms']['#description'].='<br />'.t('<strong>Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.</strong>');
}
$form['configuration']['honeypot_log']=array(
'#type'=>'checkbox',
'#title'=>t('Log blocked form submissions'),
...
...
@@ -53,7 +55,7 @@ function honeypot_admin_form($form, &$form_state) {
@@ -62,7 +64,7 @@ function honeypot_admin_form($form, &$form_state) {
),
),
);
$form['configuration']['honeypot_use_js_for_cached_pages']['#description'].='<br />'.t('<strong>Warning: Users that have javascript disabled will need to confirm their form submission on the next page - if the honeypotenabled form is on a cacheable page.</strong>');
$form['configuration']['honeypot_use_js_for_cached_pages']['#description'].='<br />'.t('<strong>Warning: Users who have javascript disabled will need to confirm their form submission on the next page (if the Honeypot-enabled form is on a cacheable page).</strong>');