Fix button name

This commit is contained in:
LarsBrubaker 2021-01-05 20:47:01 -08:00
parent 3d27b5a4f9
commit a50f0c45bc

View file

@ -139,7 +139,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
}
});
var printerNotListedButton = theme.CreateDialogButton("Unavailable".Localize());
var printerNotListedButton = theme.CreateDialogButton("Define New".Localize());
printerNotListedButton.ToolTipText = "Select this option only if your printer does not appear in the list".Localize();
printerNotListedButton.Click += async (s, e) =>