diff --git a/src/slic3r/GUI/ReleaseNote.cpp b/src/slic3r/GUI/ReleaseNote.cpp index 0d3c16c00..600f4b8b9 100644 --- a/src/slic3r/GUI/ReleaseNote.cpp +++ b/src/slic3r/GUI/ReleaseNote.cpp @@ -1868,7 +1868,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);