diff --git a/feedback-submit.php b/feedback-submit.php --- a/feedback-submit.php +++ b/feedback-submit.php @@ -75,7 +75,7 @@ if ($use_captcha) { if (!$securimage->check($_REQUEST['captcha_code'])) { - echo '

Your captcha response was incorrect, please try again.

'; + echo '

Your captcha response was incorrect or expired. Please try again.

'; $reject = TRUE; } }