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

Commit 1d3f813

Browse files
boopeshmahendranswmitra
authored andcommitted
Change ERROR_MOVING_NOT_IN_PROJECT string (#14297)
1 parent 5671a28 commit 1d3f813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nls/root/strings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define({
6868
"ERROR_RENAMING_NOT_IN_PROJECT" : "The file or directory is not part of the currently opened project. Unfortunately, only project files can be renamed at this point.",
6969
"ERROR_MOVING_FILE_TITLE" : "Error Moving {0}",
7070
"ERROR_MOVING_FILE" : "An error occurred when trying to move the {2} <span class='dialog-filename'>{0}</span>. {1}",
71-
"ERROR_MOVING_NOT_IN_PROJECT" : "The file or directory is not part of the currently opened project. Unfortunately, only project files can be moved at this point.",
71+
"ERROR_MOVING_NOT_IN_PROJECT" : "Cannot move the file/folder, as they are not part of the current project.",
7272
"ERROR_DELETING_FILE_TITLE" : "Error Deleting {0}",
7373
"ERROR_DELETING_FILE" : "An error occurred when trying to delete the {2} <span class='dialog-filename'>{0}</span>. {1}",
7474
"INVALID_FILENAME_TITLE" : "Invalid {0}",

0 commit comments

Comments
 (0)