FIX: modify the translation.

Change-Id: I94c1dc1a811b063611d43f6bde5e591e381cb4da
This commit is contained in:
zhimin.zeng 2023-04-11 14:20:18 +08:00 committed by Lane.Wei
parent cb68d4c60b
commit 9b6a182e8f
22 changed files with 281 additions and 46 deletions

View file

@ -2899,7 +2899,8 @@ void PrintConfigDef::init_fff_params()
def = this->add("enable_prime_tower", coBool);
def->label = L("Enable");
def->tooltip = L("Print a tower to prime material in nozzle after switching to a new material.");
def->tooltip = L("The wiping tower can be used to clean up the residue on the nozzle and stabilize the chamber pressure inside the nozzle, "
"in order to avoid appearance defects when printing objects.");
def->mode = comSimple;
def->set_default_value(new ConfigOptionBool(false));