
Done it three times now. Just tried to change the text on these four files for Forgotten Password
Code:
/home/sites/ampmgraphics.com/public_html/demo/includes/languages/english/extra_definitions/login_header_defines.php
Line #27 : define('ACCOUNT_BOX_PASSWORD_FORGOTTEN','Forgotten Password');
/home/sites/ampmgraphics.com/public_html/demo/includes/languages/english/extra_definitions/red_passion/login_box_defines.php
Line #33 : define('LOGIN_BOX_PASSWORD_FORGOTTEN','Forgotten Password');
/home/sites/ampmgraphics.com/public_html/demo/includes/languages/english/extra_definitions/red_passion/login_header_defines.php
Line #27 : define('ACCOUNT_BOX_PASSWORD_FORGOTTEN','Forgotten Password');
/home/sites/ampmgraphics.com/public_html/demo/includes/languages/english/red_passion/password_forgotten.php
Line #12 : define('HEADING_TITLE', 'Forgotten Password');
Just replaced the words forgotten password between ' ' with Test and nothing changed?!? 
so the first file code looked like this
Code:
Line #27 : define('ACCOUNT_BOX_PASSWORD_FORGOTTEN','Test');
Very odd..wondered if it needed a little longer to register the change so waited.. but no difference.
Wierd...am I missing something?? If not I will re-try them all again...can't see it could be anything else??