FIX: update some translation

jira: [none]
Change-Id: I76afc7adb4f882bcd64c266cb10160333ce439d6
(cherry picked from commit 45d2d3fc9b0e97947be74874255b5be3c1c77f68)
This commit is contained in:
xin.zhang
2025-02-14 10:11:55 +08:00
committed by Noisyfox
parent b08fe2cf0c
commit a42a87ed1c

View File

@@ -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));