Media and content tree root node translation

This commit is contained in:
perploug
2013-11-28 13:26:05 +01:00
parent a7cd18c3d2
commit ff52755636
3 changed files with 3 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ namespace Umbraco.Web.Trees
{
node.MenuUrl = "";
}
node.Name = ui.Text("sections", Constants.Trees.Media);
return node;
}