From eb5c27281e5deee5547ce052c36b8e8491c727d2 Mon Sep 17 00:00:00 2001 From: noodlefighter Date: Sat, 10 Oct 2015 18:07:27 +0800 Subject: [PATCH] =?UTF-8?q?ps=E8=84=9A=E6=9C=AC=E5=8A=A0=E5=85=A5GRL?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LabelPlusPhotoshopScript/src/LabelPlus_Ps_Script.jsx | 5 +++++ LabelPlusPhotoshopScript/src/global_const_EN.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LabelPlusPhotoshopScript/src/LabelPlus_Ps_Script.jsx b/LabelPlusPhotoshopScript/src/LabelPlus_Ps_Script.jsx index 0b4bd62..9d1095b 100644 --- a/LabelPlusPhotoshopScript/src/LabelPlus_Ps_Script.jsx +++ b/LabelPlusPhotoshopScript/src/LabelPlus_Ps_Script.jsx @@ -1,6 +1,11 @@ // // LabelPlus_Ps_Script.jsx // This is a Input Text Tool for LabelPlus Text File. +// +// Copyright 2015, Noodlefighter +// Released under GPL License. +// +// License: http://noodlefighter.com/label_plus/license // //@show include // diff --git a/LabelPlusPhotoshopScript/src/global_const_EN.txt b/LabelPlusPhotoshopScript/src/global_const_EN.txt index a59e037..ccf145b 100644 --- a/LabelPlusPhotoshopScript/src/global_const_EN.txt +++ b/LabelPlusPhotoshopScript/src/global_const_EN.txt @@ -37,7 +37,7 @@ const _MY_STRING_COMPLETE = "Export completed!"; const _MT_ERROR_NOTFOUNDSOURCE = "Image Source Folder Not Found!"; const _MT_ERROR_NOTFOUNDTARGET = "Output PSD Folder Not Found!"; -const _MT_ERROR_NOTFOUNLABELTEXT = "LabelPlus Text File Not Found!; +const _MT_ERROR_NOTFOUNLABELTEXT = "LabelPlus Text File Not Found!""; const _MT_ERROR_CANNOTBUILDNEWFOLDER = "Could not build new folder"; const _MT_ERROR_READLABELTEXTFILEFAILL = "Fail To Load LabelPlus Text File"; const _MT_ERROR_NOTCHOOSEIMAGE = "Please select more than one image";