Skip to content

Commit

Permalink
CUSTOM: Change menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvit committed Jan 22, 2014
1 parent c6a9eea commit 092a403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Expand Up @@ -44,7 +44,7 @@
validation = require("./lib/validation"); validation = require("./lib/validation");


var PLUGIN_ID = require("./package.json").name, var PLUGIN_ID = require("./package.json").name,
MENU_ID = "assets", MENU_ID = "assets-custom",
// Note to third-party plugin developers: This string format ("$$$...") is used for // Note to third-party plugin developers: This string format ("$$$...") is used for
// localization of strings that are built in to Photoshop. Third-party plugins should // localization of strings that are built in to Photoshop. Third-party plugins should
// use a regular string (or use their own approach to localization) for menu labels. // use a regular string (or use their own approach to localization) for menu labels.
Expand All @@ -53,7 +53,7 @@
// //
// Note to Photoshop engineers: This zstring must be kept in sync with the zstring in // Note to Photoshop engineers: This zstring must be kept in sync with the zstring in
// generate.jsx in the Photoshop repo. // generate.jsx in the Photoshop repo.
MENU_LABEL = "$$$/JavaScripts/Generator/ImageAssets/Menu=Image Assets", MENU_LABEL = "Image Assets (Customized)",
// Files that are ignored when trying to determine whether a directory is empty // Files that are ignored when trying to determine whether a directory is empty
FILES_TO_IGNORE = [".ds_store", "desktop.ini"], FILES_TO_IGNORE = [".ds_store", "desktop.ini"],
DELAY_TO_WAIT_UNTIL_USER_DONE = 300, DELAY_TO_WAIT_UNTIL_USER_DONE = 300,
Expand Down

0 comments on commit 092a403

Please sign in to comment.