From a42a87ed1c5b12b5d5a9f62203e21cac952c28ae Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Fri, 14 Feb 2025 10:11:55 +0800 Subject: [PATCH] FIX: update some translation jira: [none] Change-Id: I76afc7adb4f882bcd64c266cb10160333ce439d6 (cherry picked from commit 45d2d3fc9b0e97947be74874255b5be3c1c77f68) --- src/libslic3r/PrintConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index d6c78dc3c1..943d5e4ca3 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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));