Corrected all the miss spellings of:
Seperator -> Separator Seperate -> Separate
This commit is contained in:
committed by
Sebastiaan Janssen
parent
57b8a187b8
commit
941ede776b
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user