FIX: update the text
jira: [STUDIO-10970] Change-Id: I93bf01328fb5ffee0397e888a3524b10e49ae1f0
This commit is contained in:
parent
d36a20f9ef
commit
4af8a01b8d
|
@ -1939,8 +1939,8 @@ void SelectMachineDialog::show_status(PrintDialogStatus status, std::vector<wxSt
|
||||||
wxString msg_text = _L("TPU 90A/TPU 85A is too soft and does not support automatic Flow Dynamics calibration.");
|
wxString msg_text = _L("TPU 90A/TPU 85A is too soft and does not support automatic Flow Dynamics calibration.");
|
||||||
update_print_status_msg(msg_text, false, false, true);
|
update_print_status_msg(msg_text, false, false, true);
|
||||||
} else if (status == PrintStatusWarningKvalueNotUsed && !params.empty()) {
|
} else if (status == PrintStatusWarningKvalueNotUsed && !params.empty()) {
|
||||||
wxString msg_text = _L("Custom K value of { %s } will not be used since dynamic flow calibration is enabled.");
|
wxString msg_text = _L("Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value.");
|
||||||
update_print_status_msg(wxString::Format(msg_text, params[0]), false, true, true);
|
update_print_status_msg(msg_text, false, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// m_panel_warn m_simplebook
|
// m_panel_warn m_simplebook
|
||||||
|
|
Loading…
Reference in New Issue