fixing a G-Code UI reference

This commit is contained in:
rytz 2016-04-04 12:46:07 -07:00
parent f89f64dadb
commit 46be2e1f0c

View file

@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl
ActivePrinterProfile.Instance.DoPrintLevelingChanged.RegisterEvent(ReloadAfterPrinterProfileChanged, ref unregisterEvents);
}
private string applyLevelingDuringExportString = "Apply leveling to gcode during export".Localize();
private string applyLevelingDuringExportString = "Apply leveling to G-Code during export".Localize();
public void CreateWindowContent()
{