Change text in core form block

Permalink
Hi there, I am running C 5.5.2.1 on a page where I need to edit the text in the core form block. The page is in German, and I want to replace the English text:
One is the text for the captcha, it says ... you have to solve ... and ...click on picture to load a new ...

and the other is the 'submit' inside the button.

I looked into all the files insode the core form block but cannot find the text anywhere, obviously there is yet another place where this type of info is stored only I can't locate it. I read some posts but they were related to version 5.6 where there is a core folder. Can anyone tell me where I can find the controller for the form block? Thxs a lot !

rritz
 
rritz replied on at Permalink Reply
rritz
Ok I found out how to change the submit button text, but I have no idea where the controller for the captcha is located. Anyone? I'd be very grateful.
planist1 replied on at Permalink Reply
planist1
Just a guess, but try root/concrete/core/models/system/captcha/types/securimage/controller.php file.
jero replied on at Permalink Best Answer Reply
jero
The captcha controller for 5.5.2.1 is in
concrete/models/system/captcha/types/securimage/controller.php
rritz replied on at Permalink Reply
rritz
Thxs Jero, this is it! Great.