Skip to content

Commit

Permalink
ps脚本加入GRL注释
Browse files Browse the repository at this point in the history
  • Loading branch information
noodlefighter committed Oct 10, 2015
1 parent 120f1c5 commit eb5c272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions LabelPlusPhotoshopScript/src/LabelPlus_Ps_Script.jsx
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion LabelPlusPhotoshopScript/src/global_const_EN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit eb5c272

Please sign in to comment.