ENH: fix a translation error
JIRA: STUDIO-3997 Change-Id: I88cd74524deac72465833dfdc18e4c5905cb1a6c Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
e76f7ae0c9
commit
e6a9adabcb
|
@ -1564,7 +1564,7 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("accel_to_decel_factor", coPercent);
|
||||
def->label = L("accel_to_decel");
|
||||
def->tooltip = L("Klipper's max_accel_to_decel will be adjusted to this % of acceleration");
|
||||
def->tooltip = L("Klipper's max_accel_to_decel will be adjusted to this percent of acceleration");
|
||||
def->sidetext = L("%");
|
||||
def->min = 1;
|
||||
def->max = 100;
|
||||
|
|
Loading…
Reference in New Issue