Quote Originally Posted by BUK24hours View Post
Hi. Can anyone help me with this. I have searched the forums but don't seem to be able to find an answer. How do I change the category menu from dispaying the words Discout Coupon to Discount Coupon so the spelling is right. I notice there are lots of apple zen carts out there displaying this error. Thanks.
Go to includes\languages\english\extra_definitions\apple_zen\headermenu.php

Search for

define('HEADER_TITLE_DISCOUNT_COUPON','Discout Coupons');

Change this into

define('HEADER_TITLE_DISCOUNT_COUPON','Discount Coupons');