Michael,
This is a bug in the language file.

Can you open language/english.php and locate this line:
Code:
define("LANG_CAPTCHA_ERROR", "Sorry, cannot autoreload image.\n Submit the form and a new image will be loaded");
And change it to:
Code:
define("LANG_CAPTCHA_ERROR", "Sorry, cannot autoreload image. Submit the form and a new image will be loaded");
Basically remove the \n after image.