From a50f0c45bcb9dc9e73d5c8f644bad3fcbb0b3c47 Mon Sep 17 00:00:00 2001 From: LarsBrubaker Date: Tue, 5 Jan 2021 20:47:01 -0800 Subject: [PATCH] Fix button name --- .../PrinterConnections/SetupStepMakeModelName.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs b/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs index 1263f1115..31aa45bd8 100644 --- a/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs +++ b/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs @@ -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) =>