From 8a2f5cd773cab273ef64b215fa3e10830e00c14e Mon Sep 17 00:00:00 2001 From: tao wang Date: Sat, 12 Oct 2024 11:59:42 +0800 Subject: [PATCH] NEW:update prompt information in the connection jira:[STUDIO-8292] Change-Id: I3887bfe0537809a2fab39bbae1f65b7129ee0961 (cherry picked from commit 45f84d5321c4e7747a930636a95d8609d0764d34) --- src/slic3r/GUI/ReleaseNote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/ReleaseNote.cpp b/src/slic3r/GUI/ReleaseNote.cpp index 7a2d14fa50..c9b9811127 100644 --- a/src/slic3r/GUI/ReleaseNote.cpp +++ b/src/slic3r/GUI/ReleaseNote.cpp @@ -1886,7 +1886,7 @@ void InputIpAddressDialog::workerThreadFunc(std::string str_ip, std::string str_ closeCount = 1; update_test_msg(wxEmptyString, true); - update_test_msg(wxString::Format(_L("Printer binding successful. The dialog will close later"), closeCount), true); + update_test_msg(wxString::Format(_L("Connecting to printer... The dialog will close later"), closeCount), true); closeTimer->Start(1000);