Skip to content

Commit 8e89f08

Browse files
committed
Update strings.js
Incorporated changes suggested by Ryan
1 parent b826ba4 commit 8e89f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nls/root/strings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,15 @@ define({
583583
"CMD_RESTART_NODE" : "Restart Node",
584584
"CMD_SHOW_ERRORS_IN_STATUS_BAR" : "Show Errors in Status Bar",
585585
"CMD_OPEN_BRACKETS_SOURCE" : "Open {APP_NAME} Source",
586-
"ERROR_CREATING_LAUNCH_SCRIPT" : "An erorr occured while creating {APP_NAME} command line tools at <code>/usr/local/bin</code>. Please refer to <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments#troubleshooting'>command line</a> wiki for troubleshooting.<br/><br/>Reason: ",
586+
"ERROR_CREATING_LAUNCH_SCRIPT" : "An erorr occured while creating {APP_NAME} command line tool at <code>/usr/local/bin</code>. Please refer to <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments#troubleshooting'>command line</a> wiki for troubleshooting.<br/><br/>Reason: ",
587587
"ERROR_CLTOOLS_RMFAILED" : "Failed to remove existing {APP_NAME} symlink at <code>/usr/local/bin.</code>",
588588
"ERROR_CLTOOLS_MKDIRFAILED" : "Failed to create <code>/usr/local/bin</code> directory structure.",
589589
"ERROR_CLTOOLS_LNFAILED" : "Failed to create {APP_NAME} symlink at <code>/usr/local/bin</code>.",
590590
"ERROR_CLTOOLS_SERVFAILED" : "Failed to create authorization object.",
591591
"ERROR_CLTOOLS_NOTSUPPORTED" : "{APP_NAME} command line tool installation is not supported on this OS.",
592592

593-
"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Command line tools succesfully installed! Now you can easily launch {APP_NAME} from command line using <code>{APP_NAME} myFile.txt</code> or <code>{APP_NAME} myFolder</code>. <br/><br/>Please refer to <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>command line</a> wiki for more infomation.",
594-
"CREATING_LAUNCH_SCRIPT_TITLE" : "Brackets Command Line",
593+
"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Command line tool succesfully installed! Now you can easily launch {APP_NAME} from command line using <code>{APP_NAME} myFile.txt</code> or <code>{APP_NAME} myFolder</code>. <br/><br/>Please refer to <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>command line</a> wiki for more infomation.",
594+
"CREATING_LAUNCH_SCRIPT_TITLE" : "Add Brackets Command Line",
595595

596596
"LANGUAGE_TITLE" : "Switch Language",
597597
"LANGUAGE_MESSAGE" : "Language:",

0 commit comments

Comments
 (0)