Today I attempted to add my web address to the email footer and edit out the US-Can part out of the disclaimer.

The two files I touched was

admin/includes/languages/english/email_extras.php and
includes/languages/english/email_extras.php.

now the website wont load at all....

admin file looks like this...

// email disclaimer
define('EMAIL_DISCLAIMER', 'This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to %s');
define('EMAIL_SPAM_DISCLAIMER','This e-mail is sent in accordance with the SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honoured and respected.');
define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
define('SEND_EXTRA_GV_ADMIN_EMAILS_TO_SUBJECT','[GV ADMIN SENT]');
define('SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_SUBJECT','[DISCOUNT COUPONS]');
define('SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_SUBJECT','[ORDERS STATUS]');

and the includes/language/english/email_extras.php looks like this...

// email disclaimer
define('EMAIL_DISCLAIMER', 'This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to %s ');
define('EMAIL_SPAM_DISCLAIMER','This email is sent in accordance with SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honoured and respected.');
define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') '. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
define('TEXT_UNSUBSCRIBE', "\n\nTo unsubscribe from future newsletter and promotional mailings, simply click on the following link: \n");

CAN SOMEONE TELL ME WHAT I HAVE DONE WRONG PLEEEEASE??