Add space between concatenated localization strings
- Issue MatterHackers/MCCentral#3938 need a space between 'leveling' and 'and'
This commit is contained in:
parent
73b6aed7bb
commit
de27593bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
heatingInstructions = "Waiting for the bed to heat to ".Localize() + targetBedTemp +"\n"
|
||||
+ "and the hotend to heat to ".Localize() + targetHotendTemp + ".\n"
|
||||
+ "\n"
|
||||
+ "This will improve the accuracy of print leveling".Localize()
|
||||
+ "This will improve the accuracy of print leveling ".Localize()
|
||||
+ "and ensure no filament is stuck to the tip of the extruder.".Localize() + "\n"
|
||||
+ "\n"
|
||||
+ "Warning! The tip of the nozzle will be HOT!".Localize() + "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue