mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-17 04:45:56 +08:00
ENH: optimize a description
JIRA: no-jira Change-Id: Iba14f72c807ce64064c8add875fc8a8c1ccea0ee Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
500d9efe74
commit
7a45ac1a90
@ -4882,7 +4882,7 @@ void GUI_App::process_network_msg(std::string dev_id, std::string msg)
|
|||||||
else if (msg == "cert_revoked") {
|
else if (msg == "cert_revoked") {
|
||||||
BOOST_LOG_TRIVIAL(info) << "process_network_msg, cert_revoked";
|
BOOST_LOG_TRIVIAL(info) << "process_network_msg, cert_revoked";
|
||||||
if (!m_show_error_msgdlg) {
|
if (!m_show_error_msgdlg) {
|
||||||
MessageDialog msg_dlg(nullptr, _L("The certificate has been revoked and the printing functions are unavailable. If you need printing. Please visit the official website at https://bambulab.com/ to download and update."), "", wxAPPLY | wxOK);
|
MessageDialog msg_dlg(nullptr, _L("The certificate is no longer valid and the printing functions are unavailable. If you need printing. Please visit the official website at https://bambulab.com/ to download and update."), "", wxAPPLY | wxOK);
|
||||||
m_show_error_msgdlg = true;
|
m_show_error_msgdlg = true;
|
||||||
auto modal_result = msg_dlg.ShowModal();
|
auto modal_result = msg_dlg.ShowModal();
|
||||||
m_show_error_msgdlg = false;
|
m_show_error_msgdlg = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user