Changeset - add998fec3fd
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-09 13:30:10
ohnobinki@ohnopublishing.net
Fix `bad captcha' error message text.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
feedback-submit.php
Show inline comments
 
@@ -75,7 +75,7 @@ if ($use_captcha)
 
  {
 
    if (!$securimage->check($_REQUEST['captcha_code']))
 
      {
 
	echo '<p>Your captcha response was incorrect, please try again.</p>';
 
	echo '<p>Your captcha response was incorrect or expired. Please try again.</p>';
 
	$reject = TRUE;
 
      }
 
  }
0 comments (0 inline, 0 general)