Typo in english print leveling instructions.

This commit is contained in:
tellingmachine 2016-10-24 18:47:25 -07:00
parent 887bc7e50e
commit 2171ae9c04
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
private string pageOneInstructionsTextThree = LocalizedString.Get("Sample the bed at three points");
private string pageOneInstructionsTextFour = LocalizedString.Get("Turn auto leveling on");
private string pageOneInstructionsText5 = LocalizedString.Get("You should be done in about 3 minutes.");
private string pageOneInstructionsText6 = LocalizedString.Get("Note: Be sure the tip of the extrude is clean.");
private string pageOneInstructionsText6 = LocalizedString.Get("Note: Be sure the tip of the extruder is clean.");
private string pageOneInstructionsText7 = LocalizedString.Get("Click 'Next' to continue.");
public LevelWizard3Point(LevelWizardBase.RuningState runningState)

View file

@ -174,7 +174,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
protected string pageOneInstructionsTextThree = "Sample the bed at {0} points".Localize();
protected string pageOneInstructionsTextFour = "Turn auto leveling on".Localize();
protected string pageOneInstructionsText5 = "You should be done in about 5 minutes.".Localize();
protected string pageOneInstructionsText6 = "Note: Be sure the tip of the extrude is clean.".Localize();
protected string pageOneInstructionsText6 = "Note: Be sure the tip of the extruder is clean.".Localize();
protected string pageOneInstructionsText7 = "Click 'Next' to continue.".Localize();
public LevelWizardRadialBase(LevelWizardBase.RuningState runningState, int width, int height, int totalSteps, int numberOfRadialSamples)