I should have spotted this from you OP.
You are editing the incorrect files....
What is the path to the file referened as conditions.php
The file that the editor edits is /includes/languages/english/html_includes/apple_zen/define_conditions.php
The listing for the name is in /includes/languges/apple_zen/english.php in this section:
Code:
// information box text in sideboxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
define('BOX_BBINDEX', 'Forum');
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');