Explorar el Código

测量程序英文化

CXS hace 3 años
padre
commit
95baa39d71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
             }