MattReid Posted January 27, 2010 Posted January 27, 2010 Hi all I've been all through admin/includes/languages and I just can't find where the text is defined for the admin Configuration sub-menu: Administrators My Store Minimum Values Maximum Values Images Customer Details etc. I want to change some of this text. Also, the text which appears in the right panel when one of the above sub-menu items is clicked on, for example by clicking 'Images' above you get: Title Small Images Width Small Image Height Heading Image Width Heading Image Height Subcategory Image Width etc. I want to change some of this text too. Where is it please?
♥mdtaylorlrim Posted January 27, 2010 Posted January 27, 2010 /admin/includes/languages/english.php Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
MattReid Posted January 27, 2010 Author Posted January 27, 2010 I can only see this there: // configuration box text in includes/boxes/configuration.php define('BOX_HEADING_CONFIGURATION', 'Configuration'); define('BOX_CONFIGURATION_MYSTORE', 'My store'); define('BOX_CONFIGURATION_LOGGING', 'Logging'); define('BOX_CONFIGURATION_CACHE', 'Cache'); define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators'); 'My store' is still showing in my admin Configuration sub-menu as 'My Store' And there are no occurrances in /admin/includes/languages/english.php of: Minimum Values Customer Details or Heading Image Width Subcategory Image Width
♥mdtaylorlrim Posted January 27, 2010 Posted January 27, 2010 If you cannot find it, it will be in the db configuration_group table. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
MattReid Posted January 27, 2010 Author Posted January 27, 2010 OK got it, thank you. Curse my pedantry and osC's strange Obsession With Capital Letters On Every Word. :blush:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.