fixed copy paste error

This commit is contained in:
Yannis Guedel
2016-03-23 22:58:52 +01:00
parent bb7d5b4bd2
commit 5ec0a58d4d

View File

@@ -70,9 +70,9 @@ namespace Umbraco.Web.Trees
var macro = Services.MacroService.GetById(int.Parse(id));
if (macro == null) return new MenuItemCollection();
//add delete option for all languages
//add delete option for all macros
menu.Items.Add<ActionDelete>(Services.TextService.Localize("actions", ActionDelete.Instance.Alias))
//Since we haven't implemented anything for languages in angular, this needs to be converted to
//Since we haven't implemented anything for macros in angular, this needs to be converted to
//use the legacy format
.ConvertLegacyMenuItem(new UmbracoEntity
{