I want to change the word "Categories" to something else. I've looked at what I think are all of the language files, but I cannot seem to find where to change it. Any help would be appreciated. Thank you!
In config/lang_xx.php find this: $aMenuTypes[3] = 'Categories'; Change Categories to what you want. Be sure to use an editor that support UTF-8 coding without bom else you can get the "white page" error. Notepad++ is a good choice.