Fixed: U4-7150 Inconsistent tree aliases

Changes all translation files and tree classes to have consistent
naming, updates trees.config to these new alias's
This commit is contained in:
Per Ploug
2015-09-28 08:54:00 +02:00
parent e4e3c46d15
commit 6c5e35ec2c
30 changed files with 142 additions and 122 deletions

View File

@@ -17,7 +17,7 @@ namespace Umbraco.Web.Trees
{
[UmbracoTreeAuthorize(Constants.Trees.Languages)]
[LegacyBaseTree(typeof(loadLanguages))]
[Tree(Constants.Applications.Settings, Constants.Trees.Languages, "Languages", sortOrder: 4)]
[Tree(Constants.Applications.Settings, Constants.Trees.Languages, null, sortOrder: 4)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class LanguageTreeController : TreeController