FIX:Update some Chinese translations

Change-Id: I6098ff6f14ee9203c120593636945a5c4388c9fa
(cherry picked from commit 2c9074715c979537f15d131077dc3f44f268a6d3)
This commit is contained in:
tao wang 2025-01-17 16:46:27 +08:00 committed by Noisyfox
parent 21571e6eba
commit d2f3742805
2 changed files with 18 additions and 3 deletions

View file

@ -93,7 +93,7 @@ void SelectMachineDialog::init_machine_bed_types()
}
}
SelectMachineDialog::SelectMachineDialog(Plater *plater)
: DPIDialog(static_cast<wxWindow *>(wxGetApp().mainframe), wxID_ANY, _L("Send print job to"), wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
: DPIDialog(static_cast<wxWindow *>(wxGetApp().mainframe), wxID_ANY, _L("Send print job"), wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
, m_plater(plater), m_export_3mf_cancel(false)
, m_mapping_popup(AmsMapingPopup(this))
, m_mapping_tip_popup(AmsMapingTipPopup(this))