Skip to content

Commit

Permalink
Merge pull request #9948 from encadyma/fixLockedMessage
Browse files Browse the repository at this point in the history
Fixed #8410: NOT_READABLE_ERR, NOT_FOUND_ERR in ./src/nls/root/strings.js corrected.
  • Loading branch information
ingorichter committed Nov 19, 2014
2 parents ec633dc + 2caf4f2 commit 40b743d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ define({

// General file io error strings
"GENERIC_ERROR" : "(error {0})",
"NOT_FOUND_ERR" : "The file could not be found.",
"NOT_READABLE_ERR" : "The file could not be read.",
"NOT_FOUND_ERR" : "The file/directory could not be found.",
"NOT_READABLE_ERR" : "The file/directory could not be read.",
"EXCEEDS_MAX_FILE_SIZE" : "Files larger than {0} MB cannot be opened in {APP_NAME}.",
"NO_MODIFICATION_ALLOWED_ERR" : "The target directory cannot be modified.",
"NO_MODIFICATION_ALLOWED_ERR_FILE" : "The permissions do not allow you to make modifications.",
Expand Down

0 comments on commit 40b743d

Please sign in to comment.