diff --git a/PrintQueue/OptionsMenu/QueueOptionsMenu.cs b/PrintQueue/OptionsMenu/QueueOptionsMenu.cs index e444f50a9..b5da01497 100644 --- a/PrintQueue/OptionsMenu/QueueOptionsMenu.cs +++ b/PrintQueue/OptionsMenu/QueueOptionsMenu.cs @@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.PrintQueue void SetMenuItems() { menuItems = new TupleList>(); - menuItems.Add(new Tuple>("Design", null)); + menuItems.Add(new Tuple>(LocalizedString.Get("Design"), null)); menuItems.Add(new Tuple>(LocalizedString.Get(" Import from Zip"), importQueueFromZipMenu_Click)); menuItems.Add(new Tuple>(LocalizedString.Get(" Export to Zip"), exportQueueToZipMenu_Click)); menuItems.Add(new Tuple>("GCode", null));