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

@@ -530,7 +530,7 @@ Mange hilsner fra umbraco robotten
<key alias="concierge">Concierge</key>
<key alias="content">Indhold</key>
<key alias="courier">Courier</key>
<key alias="developer">Developer</key>
<key alias="developer">Udvikler</key>
<key alias="installer">Umbraco konfigurationsguide</key>
<key alias="media">Mediearkiv</key>
<key alias="member">Medlemmer</key>

View File

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

View File

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