FIX: [STUDIO-3157] AMS material blacklist, prompt without translation

Change-Id: Id4ec08aea568680d2f08346bf18782830bebf205
This commit is contained in:
maosheng.wei 2023-06-14 10:24:39 +08:00 committed by Lane.Wei
parent 3dd15ee681
commit ca1facfaa0
27 changed files with 746 additions and 477 deletions

View file

@ -2386,7 +2386,7 @@ void SelectMachineDialog::connect_printer_mqtt()
if (obj_->connection_type() == "cloud") {
show_status(PrintDialogStatus::PrintStatusSending);
m_status_bar->disable_cancel_button();
m_status_bar->set_status_text("Connecting to the printer. Unable to cancel during the connection process.");
m_status_bar->set_status_text(_L("Connecting to the printer. Unable to cancel during the connection process."));
#if !BBL_RELEASE_TO_PUBLIC
obj_->connect(false, wxGetApp().app_config->get("enable_ssl_for_mqtt") == "true" ? true : false);
#else