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

Commit

Permalink
Change ERROR_MOVING_NOT_IN_PROJECT string (#14297)
Browse files Browse the repository at this point in the history
  • Loading branch information
boopeshmahendran authored and swmitra committed May 3, 2018
1 parent 5671a28 commit 1d3f813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ define({
"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.",
"ERROR_MOVING_FILE_TITLE" : "Error Moving {0}",
"ERROR_MOVING_FILE" : "An error occurred when trying to move the {2} <span class='dialog-filename'>{0}</span>. {1}",
"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.",
"ERROR_MOVING_NOT_IN_PROJECT" : "Cannot move the file/folder, as they are not part of the current project.",
"ERROR_DELETING_FILE_TITLE" : "Error Deleting {0}",
"ERROR_DELETING_FILE" : "An error occurred when trying to delete the {2} <span class='dialog-filename'>{0}</span>. {1}",
"INVALID_FILENAME_TITLE" : "Invalid {0}",
Expand Down

0 comments on commit 1d3f813

Please sign in to comment.