Refactoring menus for consistency.
This commit is contained in:
parent
0e6deec42a
commit
49ea8df3fd
4 changed files with 6 additions and 3 deletions
|
|
@ -670,7 +670,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
|
||||
menuItems.Add(new PrintItemAction()
|
||||
{
|
||||
Title = "Add To Library".Localize(),
|
||||
Title = "Add to Library".Localize(),
|
||||
Action = (items, queueDataView) => addToLibraryButton_Click(null, null)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue