Change button label from 'Save & Continue' to 'Next'
- Wizard like windows should use 'Next' to advance
This commit is contained in:
parent
0d31eb2fae
commit
1c4a12fd84
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue