Index: branches/5.2.x/core/units/admin/admin_tag_processor.php =================================================================== diff -u -N -r15137 -r15336 --- branches/5.2.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 15137) +++ branches/5.2.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 15336) @@ -1,6 +1,6 @@ Application->Phrase($section_data['label'], !$no_editing); + if ( $section ) { + if ( $section == 'in-portal:root' ) { + // don't translate label for top section, because it's already translated + $res = $section_data['label']; + } + else { + $no_editing = array_key_exists('no_editing', $params) ? $params['no_editing'] : false; + + $res = $this->Application->Phrase($section_data['label'], !$no_editing); + } } - else { - $res = ''; - } break; default: