Rename method

This commit is contained in:
John Lewin 2018-10-24 21:13:10 -07:00
parent 5996e7a996
commit 129507f26a
12 changed files with 19 additions and 19 deletions

View file

@ -110,7 +110,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
}
};
menu.CreateHorizontalLine();
menu.CreateSeparator();
var deleteMenuItem = menu.CreateMenuItem("Delete".Localize());
deleteMenuItem.Click += (s2, e2) =>