localize "g-code"

This commit is contained in:
Lars Brubaker 2016-07-18 14:40:42 -07:00
parent 41b44cdb0d
commit bde140b3cc

View file

@ -82,7 +82,7 @@ namespace MatterHackers.MatterControl.PrintQueue
menuItems = new TupleList<string, Func<bool>>();
menuItems.Add(new Tuple<string, Func<bool>>("Design".Localize(), null));
menuItems.Add(new Tuple<string, Func<bool>>(" Export to Zip".Localize(), exportQueueToZipMenu_Click));
menuItems.Add(new Tuple<string, Func<bool>>("G-Code", null));
menuItems.Add(new Tuple<string, Func<bool>>("G-Code".Localize(), null));
menuItems.Add(new Tuple<string, Func<bool>>(" Export to Folder or SD Card".Localize(), exportGCodeToFolderButton_Click));
//menuItems.Add(new Tuple<string, Func<bool>>("X3G", null));
//menuItems.Add(new Tuple<string, Func<bool>>("Export to Folder".Localize(), exportX3GButton_Click));