ENH: adjust layout of preset page

Change-Id: I4b58b905071586f1d639adebed080c90e75b4553
This commit is contained in:
liz.li 2023-07-04 11:42:57 +08:00 committed by Lane.Wei
parent 1dfcbf6093
commit d208272695
8 changed files with 31 additions and 31 deletions

View file

@ -514,7 +514,7 @@ void PressureAdvanceWizard::on_cali_save()
else {
assert(false);
}
MessageDialog msg_dlg(nullptr, _L("Pressure advance calibration result has been saved to the printer"), wxEmptyString, wxICON_WARNING | wxOK);
MessageDialog msg_dlg(nullptr, _L("Dynamic Pressure Control calibration result has been saved to the printer"), wxEmptyString, wxICON_WARNING | wxOK);
msg_dlg.ShowModal();
}
show_step(start_step);