Add space between concatenated localization strings

- Issue MatterHackers/MCCentral#3938
need a space between 'leveling' and 'and'
This commit is contained in:
John Lewin 2018-08-06 15:28:56 -07:00
parent 73b6aed7bb
commit de27593bcd

View file

@ -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"