소스 검색

change Chinese

JET-GZX 2 달 전
부모
커밋
9b0e5a32e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VirgoRT/Modules/PMs/PMRoutineBase.cs

+ 1 - 1
VirgoRT/Modules/PMs/PMRoutineBase.cs

@@ -375,7 +375,7 @@ namespace VirgoRT.Modules.PMs
                 double duration_min = counter.GetElapseTime();
                 TimeSpan ts = TimeSpan.FromMilliseconds(duration_min);
 
-                string info = $"完成 in {ts.Minutes} minutes {ts.Seconds} seconds";
+                string info = $"Finished in {ts.Minutes} minutes {ts.Seconds} seconds";
                 Notify(info);
 
                 //if (bUINotify)