locale tweak

This commit is contained in:
SoftFever 2024-09-18 23:58:59 +08:00
parent ad99c30bca
commit 74bb4eb284

View file

@ -1754,6 +1754,7 @@ void PrintConfigDef::init_fff_params()
def->height = 15;
def->set_default_value(new ConfigOptionStrings{"0,0,0\n0,0,0"});
// xgettext:no-c-format, no-boost-format
def = this->add("adaptive_pressure_advance_overhangs", coBools);
def->label = L("Enable adaptive pressure advance for overhangs (beta)");
def->tooltip = L("Enable adaptive PA for overhangs as well as when flow changes within the same feature. This is an experimental option, "