vertmonkee Posted January 6, 2005 Posted January 6, 2005 I have searched through the forum, lots, even found a few posts but none telling me what I need to know. I want to change the State to County to make it UK specific. I have been through all the files and simply replaced all occurence of state with county but that hasn't worked. If anyone out there knows how to achieve this I will be grateful. Many Thanks
rickcj Posted February 7, 2005 Posted February 7, 2005 Hi, I got this to work by editing catalog/includes/languages/english.php replace: define('ENTRY_STATE', 'State:'); with: define('ENTRY_STATE', 'County:'); Hope this helps
Recommended Posts
Archived
This topic is now archived and is closed to further replies.