FIX: [Jira:3864&3728 github:2227] translation issue

Change-Id: I375e72191b3af1cf389e65ff4b62ed4f77d8f76a
This commit is contained in:
maosheng.wei 2023-08-09 11:49:00 +08:00 committed by Lane.Wei
parent e7598e6406
commit 93cf701be5
26 changed files with 739 additions and 196 deletions

View file

@ -2460,8 +2460,8 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionEnumsGeneric{ ExtruderType::etDirectDrive });
def = this->add("retract_restart_extra", coFloats);
//def->label = L("Extra length on restart");
def->label = "Extra length on restart";
def->label = L("Extra length on restart");
//def->label = "Extra length on restart";
//def->tooltip = L("When the retraction is compensated after the travel move, the extruder will push "
// "this additional amount of filament. This setting is rarely needed.");
def->sidetext = L("mm");
@ -2469,8 +2469,8 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionFloats { 0. });
def = this->add("retract_restart_extra_toolchange", coFloats);
//def->label = L("Extra length on restart");
def->label = "Extra length on restart";
def->label = L("Extra length on restart");
//def->label = "Extra length on restart";
//def->tooltip = L("When the retraction is compensated after changing tool, the extruder will push "
// "this additional amount of filament.");
def->sidetext = L("mm");