Browse Source

测量程序英文化

CXS 3 years ago
parent
commit
95baa39d71
1 changed files with 1 additions and 1 deletions
  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;
             }