Corrected all the miss spellings of:

Seperator -> Separator
Seperate -> Separate
This commit is contained in:
Chris Houston
2019-01-14 09:32:32 -05:00
committed by Sebastiaan Janssen
parent 57b8a187b8
commit 941ede776b
24 changed files with 66 additions and 52 deletions

View File

@@ -137,7 +137,7 @@ namespace Umbraco.Web.Trees
if (menu.Items.Any())
{
menu.Items.Last().SeperatorBefore = true;
menu.Items.Last().SeparatorBefore = true;
}
// add default actions for *all* users
@@ -242,7 +242,7 @@ namespace Umbraco.Web.Trees
menu.Items.Add(new MenuItem("notify", Services.TextService)
{
Icon = "megaphone",
SeperatorBefore = true,
SeparatorBefore = true,
OpensDialog = true
});
}