Index: branches/5.1.x/core/units/sections/site_config_tp.php =================================================================== diff -u -N -r12657 -r13086 --- branches/5.1.x/core/units/sections/site_config_tp.php (.../site_config_tp.php) (revision 12657) +++ branches/5.1.x/core/units/sections/site_config_tp.php (.../site_config_tp.php) (revision 13086) @@ -1,6 +1,6 @@ Array ('image' => 'browse_site_mode', 'title' => 'Browse Mode'), - EDITING_MODE_CONTENT => Array ('image' => 'content_mode', 'title' => 'Content Mode'), - EDITING_MODE_DESIGN => Array ('image' => 'design_mode', 'title' => 'Design Mode'), + EDITING_MODE_BROWSE => Array ('image' => 'browse_site_mode', 'title' => 'la_btn_BrowseMode'), + EDITING_MODE_CONTENT => Array ('image' => 'content_mode', 'title' => 'la_btn_ContentMode'), + EDITING_MODE_DESIGN => Array ('image' => 'design_mode', 'title' => 'la_btn_DesignMode'), ); $site_config_helper =& $this->Application->recallObject('SiteConfigHelper');