FIX: Calibration supplementary translation

Change-Id: Id4203f55e921dc5c1d1d462f7dcacd262d88c603
This commit is contained in:
maosheng.wei 2023-07-24 18:18:59 +08:00 committed by Lane.Wei
parent 67084aa936
commit cd8e7e80ba
25 changed files with 163 additions and 91 deletions

View file

@ -2231,7 +2231,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Detect overhang wall");
def->category = L("Quality");
def->tooltip = L("Detect the overhang percentage relative to line width and use different speed to print. "
"For 100%% overhang, bridge speed is used.");
"For 100 percent overhang, bridge speed is used.");
def->mode = comDevelop;
def->set_default_value(new ConfigOptionBool(true));