mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: update some translation
jira: [none] Change-Id: I76afc7adb4f882bcd64c266cb10160333ce439d6 (cherry picked from commit 45d2d3fc9b0e97947be74874255b5be3c1c77f68)
This commit is contained in:
@@ -6070,13 +6070,13 @@ void PrintConfigDef::init_fff_params()
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("prime_tower_rib_wall", coBool);
|
||||
def->label = L("rib wall");
|
||||
def->label = L("Rib wall");
|
||||
def->tooltip = L("The wall of prime tower will add four ribs");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("prime_tower_fillet_wall", coBool);
|
||||
def->label = L("fillet wall");
|
||||
def->label = L("Fillet wall");
|
||||
def->tooltip = L("The wall of prime tower will fillet");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
Reference in New Issue
Block a user