FIX: FanControlPopupNew::init_names

JIRA: [STUDIO-14993]
Change-Id: Ie33bcde858ef379deaaeea99f790fd880eb0184e
(cherry picked from commit 3b7016d5598b2e655446019d8ad710e1612281a2)
This commit is contained in:
xin.zhang
2025-10-13 16:54:21 +08:00
committed by Noisyfox
parent d852ceddc6
commit e686424e8c

View File

@@ -1016,7 +1016,7 @@ void FanControlPopupNew::init_names(MachineObject* obj) {
if (!special_cooling_text.empty()) {
L("Cooling mode is suitable for printing PLA/PETG/TPU materials."); //some potential text, add i18n flags
L("Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the chamber air.");
label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = special_cooling_text;
label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = _L(special_cooling_text);
}
}
}