Fix typo "timeplapse" (#8652)

This commit is contained in:
Thomas 2025-03-05 09:32:28 +01:00 committed by GitHub
parent 1584c883b0
commit 3bf935e00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 36 additions and 19 deletions

View file

@ -7576,7 +7576,7 @@ CLIMiscConfigDef::CLIMiscConfigDef()
def->set_default_value(new ConfigOptionInt(1));
def = this->add("enable_timelapse", coBool);
def->label = L("Enable timeplapse for print");
def->label = L("Enable timelapse for print");
def->tooltip = L("If enabled, this slicing will be considered using timelapse");
def->set_default_value(new ConfigOptionBool(false));