Index: branches/5.1.x/core/units/helpers/category_helper.php =================================================================== diff -u -N -r13561 -r13789 --- branches/5.1.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 13561) +++ branches/5.1.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 13789) @@ -1,6 +1,6 @@ Application->ProcessParsedTag('m', 'RootCategoryName', $params); + $block_params['cat_name'] = $this->Application->Phrase(($this->Application->isAdmin ? 'la_' : 'lu_') . 'rootcategory_name'); $block_params['name'] = $this->SelectParam($params, 'root_cat_render_as,render_as'); return $this->Application->ParseBlock($block_params);