CXS 3 лет назад
Родитель
Сommit
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;
             }