Index: branches/5.1.x/core/units/categories/categories_item.php =================================================================== diff -u -N -r13086 -r13789 --- branches/5.1.x/core/units/categories/categories_item.php (.../categories_item.php) (revision 13086) +++ branches/5.1.x/core/units/categories/categories_item.php (.../categories_item.php) (revision 13789) @@ -1,6 +1,6 @@ IsRoot() && $this->Prefix == 'c') { $title_field = $this->Application->getUnitOption($this->Prefix, 'TitleField'); - $category_name = $this->Application->Phrase( $this->Application->ConfigValue('Root_Name') ); + $category_name = $this->Application->Phrase(($this->Application->isAdmin ? 'la_' : 'lu_') . 'rootcategory_name'); $this->SetDBField($title_field, $category_name); return false; }