localize "g-code"
This commit is contained in:
parent
41b44cdb0d
commit
bde140b3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue