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; }