fixing a G-Code UI reference
This commit is contained in:
parent
f89f64dadb
commit
46be2e1f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue