Change button label from 'Save & Continue' to 'Next'

- Wizard like windows should use 'Next' to advance
This commit is contained in:
John Lewin 2018-07-11 13:40:39 -07:00
parent 0d31eb2fae
commit 1c4a12fd84

View file

@ -99,7 +99,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
contentRow.AddChild(createPrinterNameContainer());
//Construct buttons
nextButton = theme.CreateDialogButton("Save & Continue".Localize());
nextButton = theme.CreateDialogButton("Next".Localize());
nextButton.Name = "Save & Continue Button";
nextButton.Click += async (s, e) =>
{