Add missing localizations

- Use .Localize() extension function
This commit is contained in:
John Lewin 2017-01-02 10:38:29 -08:00
parent 4a1a878db9
commit 3fdf5a83e7
9 changed files with 12 additions and 13 deletions

View file

@ -10,7 +10,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
{
public class ConnectionWizardPage : WizardPage
{
public ConnectionWizardPage() : base("Cancel")
public ConnectionWizardPage()
{
cancelButton.Click += (s, e) => PrinterConnectionAndCommunication.Instance.HaltConnectionThread();
}