소스 검색

测量程序英文化

CXS 3 년 전
부모
커밋
95baa39d71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSIncAMeasureApp/7-OTSProgMgrInfo/ProgMgrInfoForm.cs

+ 1 - 1
OTSIncAMeasureApp/7-OTSProgMgrInfo/ProgMgrInfoForm.cs

@@ -1506,7 +1506,7 @@ namespace OTSMeasureApp
             {
                 tBMeasArea.Focus();
                 tBMeasArea.SelectAll();
-                MessageBox.Show("请输入正确的数值格式!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                MessageBox.Show("Please enter the correct value format!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
                 return false;
             }