Browse Source

修改提示

gsp 2 years ago
parent
commit
bfd5905a31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSPartA_STDEditor/Form_ConstantsEditor2.cs

+ 1 - 1
OTSPartA_STDEditor/Form_ConstantsEditor2.cs

@@ -537,7 +537,7 @@ namespace OTSPartA_STDEditor
                 var XrayInfo = m_SubMidWindow.m_STDEditor.m_STDXrayList.Find(STDXray => STDXray.StdID == m_STDRuleslist.Grid_Minerals[m_STDRuleslist.PreRow, 0].Tag.ToString());
                 if (XrayInfo==null||XrayInfo.XrayData==null)
                 {
-                    MessageBox.Show("Expressions and spectra cannot all be empty!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                    MessageBox.Show("Expressions cannot be empty!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
                     return false;
                 }
             }