修改中文提示

This commit is contained in:
jiangqun.chen
2026-07-03 09:49:53 +08:00
parent 49939dc14c
commit 5b8e9d1a19

View File

@@ -263,7 +263,7 @@ namespace WinISP
{ {
prbProgress.Style = ProgressBarStyle.Marquee; prbProgress.Style = ProgressBarStyle.Marquee;
prbProgress.MarqueeAnimationSpeed = 30; prbProgress.MarqueeAnimationSpeed = 30;
SetStatusMsg("程序加载中,请稍候..."); SetStatusMsg("Program Loading, please wait...");
btnAuto.Enabled = false; btnAuto.Enabled = false;
btnLoadFile.Enabled = false; btnLoadFile.Enabled = false;
} }