diff --git a/Queue/OptionsMenu/QueueOptionsMenu.cs b/Queue/OptionsMenu/QueueOptionsMenu.cs index e51fdc0b6..bbaf3d274 100644 --- a/Queue/OptionsMenu/QueueOptionsMenu.cs +++ b/Queue/OptionsMenu/QueueOptionsMenu.cs @@ -82,7 +82,7 @@ namespace MatterHackers.MatterControl.PrintQueue menuItems = new TupleList>(); menuItems.Add(new Tuple>("Design".Localize(), null)); menuItems.Add(new Tuple>(" Export to Zip".Localize(), exportQueueToZipMenu_Click)); - menuItems.Add(new Tuple>("G-Code", null)); + menuItems.Add(new Tuple>("G-Code".Localize(), null)); menuItems.Add(new Tuple>(" Export to Folder or SD Card".Localize(), exportGCodeToFolderButton_Click)); //menuItems.Add(new Tuple>("X3G", null)); //menuItems.Add(new Tuple>("Export to Folder".Localize(), exportX3GButton_Click));