Updating localizations

This commit is contained in:
Lars Brubaker 2021-12-09 17:49:04 -08:00
parent 7ce356f490
commit b6f40025ff
8 changed files with 589 additions and 49 deletions

View file

@ -103,7 +103,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
{
// no com port was found, attempt to connect to a com port if there is any
printerConnectionMessage.TextColor = Color.Red;
printerConnectionMessage.Text = "Oops! Printer could not be detected ".Localize();
printerConnectionMessage.Text = "Oops! Printer could not be detected".Localize();
}
}
else