Change label to "Publish 3MF..."

This commit is contained in:
Lam Wei Lun
2026-08-18 16:29:27 +08:00
parent b82d4f3af8
commit 36a8811cc0
25 changed files with 3733 additions and 1075 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ wxString material_title(size_t slot, const PresetBundle* bundle, const DynamicPr
PublishSettingsDialog::PublishSettingsDialog(wxWindow* parent)
: DPIDialog(parent ? parent : static_cast<wxWindow*>(wxGetApp().mainframe),
wxID_ANY,
_L("Publish"),
_L("Publish 3MF..."),
wxDefaultPosition,
wxDefaultSize,
wxCAPTION | wxCLOSE_BOX | wxRESIZE_BORDER)