mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: [6657] AMS humidity display title change
Jira: 6657 Change-Id: I88ed6f438211f741ec918bc35e6c10c3f2e23975 Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com> (cherry picked from commit 60149a7322425d73904cc0713eed147e09f15e78)
This commit is contained in:
@@ -907,7 +907,7 @@ AmsHumidityTipPopup::AmsHumidityTipPopup(wxWindow* parent)
|
||||
|
||||
close_img = ScalableBitmap(this, "hum_popup_close", 24);
|
||||
|
||||
m_staticText = new Label(this, _L("Current Cabin humidity"));
|
||||
m_staticText = new Label(this, _L("Current AMS humidity"));
|
||||
m_staticText->SetFont(::Label::Head_24);
|
||||
|
||||
humidity_level_list = new AmsHumidityLevelList(this);
|
||||
|
||||
Reference in New Issue
Block a user