Restore window titles
This commit is contained in:
parent
dd1b0aaa14
commit
c1f40b98f1
3 changed files with 20 additions and 7 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue