Fix button name
This commit is contained in:
parent
3d27b5a4f9
commit
a50f0c45bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue