Restore window titles

This commit is contained in:
John Lewin 2018-05-23 19:26:04 -07:00
parent dd1b0aaa14
commit c1f40b98f1
3 changed files with 20 additions and 7 deletions

View file

@ -97,7 +97,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
yield return new HomePrinterPage(
this,
"Homing The this.Printer".Localize(),
"Homing The Printer".Localize(),
levelingStrings.HomingPageInstructions(useZProbe, hasHeatedBed),
useZProbe);

View file

@ -91,7 +91,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
// add in the homing printer page
yield return new HomePrinterPage(
this,
"Homing The this.Printer".Localize(),
"Homing The Printer".Localize(),
levelingStrings.HomingPageInstructions(true, false),
false);