From b116a605f27dfeb28d0071170b398f0a97b294b7 Mon Sep 17 00:00:00 2001 From: tao wang Date: Fri, 7 Apr 2023 10:48:03 +0800 Subject: [PATCH] ENH:update information for send print timeout Change-Id: I36ecfef98b285ff870e7a1ea382adc4e901eb52e --- src/slic3r/GUI/Jobs/SendJob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Jobs/SendJob.cpp b/src/slic3r/GUI/Jobs/SendJob.cpp index 189ddec29..4746ab880 100644 --- a/src/slic3r/GUI/Jobs/SendJob.cpp +++ b/src/slic3r/GUI/Jobs/SendJob.cpp @@ -367,7 +367,7 @@ void SendJob::process() } if (result == BAMBU_NETWORK_ERR_WRONG_IP_ADDRESS) { - msg_text = _L("Failed uploading print file. Please enter ip address again."); + msg_text = timeout_to_upload_str; } update_status(curr_percent, msg_text);