Renamed to Publish instead of Publish Settings

This commit is contained in:
Lam Wei Lun
2026-08-14 14:00:20 +08:00
parent d124e1ccbc
commit 99db5cca38
3 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -16240,7 +16240,7 @@ int Plater::export_published_3mf(const std::vector<std::string>& published_keys,
if (ret < 0) {
MessageDialog(this, _L("Failed to export the published 3MF file.\nPlease check whether the folder exists online or if other programs have the file open."),
_L("Publish Settings"), wxOK | wxICON_WARNING).ShowModal();
_L("Publish"), wxOK | wxICON_WARNING).ShowModal();
return wxID_CANCEL;
}
return wxID_YES;