From ea6479772969ecf59c4b29bc66fb3827c8affbce Mon Sep 17 00:00:00 2001 From: gregory-diaz Date: Fri, 10 Oct 2014 15:55:57 -0700 Subject: [PATCH] More Localizations --- PrintQueue/OptionsMenu/QueueOptionsMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrintQueue/OptionsMenu/QueueOptionsMenu.cs b/PrintQueue/OptionsMenu/QueueOptionsMenu.cs index e444f50a9..b5da01497 100644 --- a/PrintQueue/OptionsMenu/QueueOptionsMenu.cs +++ b/PrintQueue/OptionsMenu/QueueOptionsMenu.cs @@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.PrintQueue void SetMenuItems() { menuItems = new TupleList>(); - menuItems.Add(new Tuple>("Design", null)); + menuItems.Add(new Tuple>(LocalizedString.Get("Design"), null)); menuItems.Add(new Tuple>(LocalizedString.Get(" Import from Zip"), importQueueFromZipMenu_Click)); menuItems.Add(new Tuple>(LocalizedString.Get(" Export to Zip"), exportQueueToZipMenu_Click)); menuItems.Add(new Tuple>("GCode", null));