85,86c85,86 < case t("register"): < // Add two items to the resigtration form. --- > case 'register': > // Add two items to the registration form. 89c89 < $output .= form_textfield(t('Word'), 'captchaword', NULL, 15, 15, 'Please type in the letters/numbers that are shown in the image above.', NULL, TRUE); --- > $output .= form_textfield(t('Word'), 'captchaword', NULL, 15, 15, t('Please type in the letters/numbers that are shown in the image above.'), NULL, TRUE); 94c94 < case t("validate"): --- > case 'validate': 106a107 >