More Localizations

This commit is contained in:
gregory-diaz 2014-10-10 15:55:57 -07:00
parent 80b13cf302
commit ea64797729

View file

@ -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));