Skip to content

Commit d45ddf6

Browse files
author
Denis R
committed
Update strings.js
Fix two errors in this file!
1 parent 68793ab commit d45ddf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nls/root/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,14 +585,14 @@ define({
585585
"CMD_RESTART_NODE" : "Restart Node",
586586
"CMD_SHOW_ERRORS_IN_STATUS_BAR" : "Show Errors in Status Bar",
587587
"CMD_OPEN_BRACKETS_SOURCE" : "Open {APP_NAME} Source",
588-
"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: ",
588+
"ERROR_CREATING_LAUNCH_SCRIPT" : "An error 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: ",
589589
"ERROR_CLTOOLS_RMFAILED" : "Failed to remove existing {APP_NAME} symlink at <code>/usr/local/bin.</code>",
590590
"ERROR_CLTOOLS_MKDIRFAILED" : "Failed to create <code>/usr/local/bin</code> directory structure.",
591591
"ERROR_CLTOOLS_LNFAILED" : "Failed to create {APP_NAME} symlink at <code>/usr/local/bin</code>.",
592592
"ERROR_CLTOOLS_SERVFAILED" : "Failed to create authorization object.",
593593
"ERROR_CLTOOLS_NOTSUPPORTED" : "{APP_NAME} command line tool installation is not supported on this OS.",
594594

595-
"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.",
595+
"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Command line tool successfully 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.",
596596
"CREATING_LAUNCH_SCRIPT_TITLE" : "Add Brackets Command Line",
597597

598598
"LANGUAGE_TITLE" : "Switch Language",

0 commit comments

Comments
 (0)