From 83404054ac77095fbfa8d5cb397dff1e933f54d2 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 18 Jul 2016 14:10:24 +0800 Subject: [PATCH] Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- Pman.Dialog.CoreEmail.bjs | 2 +- Pman.Dialog.CoreEmail.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index 1110f03c..f49796a9 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -267,7 +267,7 @@ "items" : [ { "listeners" : { - "check" : "function (_self, checked)\n{\n var boxLabel = 'Enabled - will be sent out';\n \n if(!checked){\n boxLabel = 'Disabled - will NOT be sent out right of \\'Mailout Name\\'';\n }\n \n this.setBoxLabel(boxLabel);\n}" + "check" : "function (_self, checked)\n{\n var boxLabel = 'Enabled - will be sent out';\n \n if(!checked){\n boxLabel = 'Disabled - will NOT be sent out';\n }\n \n this.setBoxLabel(boxLabel);\n}" }, "String name" : "active", "Boolean checked" : true, diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index f6b7bda8..b2ca0114 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -630,7 +630,7 @@ Pman.Dialog.CoreEmail = { var boxLabel = 'Enabled - will be sent out'; if(!checked){ - boxLabel = 'Disabled - will NOT be sent out right of \'Mailout Name\''; + boxLabel = 'Disabled - will NOT be sent out'; } this.setBoxLabel(boxLabel); -- 2.39.2