From 5b8e9d1a19d8969abfc83ae2ae35348b83a0b68e Mon Sep 17 00:00:00 2001 From: "jiangqun.chen" Date: Fri, 3 Jul 2026 09:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E6=96=87=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs index bfd66dd..fec742c 100644 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs +++ b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs @@ -263,7 +263,7 @@ namespace WinISP { prbProgress.Style = ProgressBarStyle.Marquee; prbProgress.MarqueeAnimationSpeed = 30; - SetStatusMsg("程序加载中,请稍候..."); + SetStatusMsg("Program Loading, please wait..."); btnAuto.Enabled = false; btnLoadFile.Enabled = false; }