Hcsy 8 years ago
parent
commit
5edd4b0893
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_ColorBoxLabelPrint.cs

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_ColorBoxLabelPrint.cs

@@ -193,7 +193,7 @@ namespace UAS_MES.Make
                             OperateResult.AppendText("<<序列号:" + sncode.Text + "\n", Color.Black);
                             if (pr_change)
                             {
-                                String dialog = MessageBox.Show("是否使用现有标签模板", "提示", MessageBoxButtons.OKCancel).ToString();
+                                String dialog = MessageBox.Show("是否使用当前标签模板", "提示", MessageBoxButtons.OKCancel).ToString();
                                 if (dialog != "OK")
                                 {
                                     OperateResult.AppendText(">>请重新选择标签模板\n", Color.Green);