Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 40b743d

Browse files
committed
Merge pull request #9948 from encadyma/fixLockedMessage
Fixed #8410: NOT_READABLE_ERR, NOT_FOUND_ERR in ./src/nls/root/strings.js corrected.
2 parents ec633dc + 2caf4f2 commit 40b743d

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
@@ -32,8 +32,8 @@ define({
3232

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

0 commit comments

Comments
 (0)