mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
FIX: FanControlPopupNew::init_names
JIRA: [STUDIO-14993] Change-Id: Ie33bcde858ef379deaaeea99f790fd880eb0184e (cherry picked from commit 3b7016d5598b2e655446019d8ad710e1612281a2)
This commit is contained in:
@@ -1016,7 +1016,7 @@ void FanControlPopupNew::init_names(MachineObject* obj) {
|
|||||||
if (!special_cooling_text.empty()) {
|
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."); //some potential text, add i18n flags
|
||||||
L("Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the chamber air.");
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user