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:
Stone Li 2023-10-18 10:42:03 +08:00 committed by Lane.Wei
parent e76f7ae0c9
commit e6a9adabcb
1 changed files with 1 additions and 1 deletions

View File

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