Typo in english print leveling instructions.
This commit is contained in:
parent
887bc7e50e
commit
2171ae9c04
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue