More Localizations
This commit is contained in:
parent
80b13cf302
commit
ea64797729
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
void SetMenuItems()
|
||||
{
|
||||
menuItems = new TupleList<string, Func<bool>>();
|
||||
menuItems.Add(new Tuple<string,Func<bool>>("Design", null));
|
||||
menuItems.Add(new Tuple<string,Func<bool>>(LocalizedString.Get("Design"), null));
|
||||
menuItems.Add(new Tuple<string,Func<bool>>(LocalizedString.Get(" Import from Zip"), importQueueFromZipMenu_Click));
|
||||
menuItems.Add(new Tuple<string,Func<bool>>(LocalizedString.Get(" Export to Zip"), exportQueueToZipMenu_Click));
|
||||
menuItems.Add(new Tuple<string,Func<bool>>("GCode", null));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue