FIX:Change text in stop printing dialog

jira: STUDIO-7899

Change-Id: Ic93f7322aa35c06dd98df2b70c9f24f94a62467c
(cherry picked from commit b2418c74172364f875a08844fd7bb103a849a973)
This commit is contained in:
hang.xu
2024-08-22 12:08:57 +08:00
committed by Noisyfox
parent 4685bf10c9
commit 6b3ccc543d

View File

@@ -1971,7 +1971,8 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event)
}
});
}
abort_dlg->update_text(_L("Are you sure you want to cancel this print?"));
abort_dlg->update_text(_L("Are you sure you want to stop this print?"));
abort_dlg->m_button_ok->SetLabel(_L("Stop"));
abort_dlg->on_show();
}