diff --git a/Tasks/ExtractFilesV1/Strings/resources.resjson/en-US/resources.resjson b/Tasks/ExtractFilesV1/Strings/resources.resjson/en-US/resources.resjson index 0a5317ec8a37..8c598d8d42d7 100644 --- a/Tasks/ExtractFilesV1/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/ExtractFilesV1/Strings/resources.resjson/en-US/resources.resjson @@ -7,8 +7,8 @@ "loc.input.help.archiveFilePatterns": "File paths or patterns of the archive files to extract. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkId=800269)", "loc.input.label.destinationFolder": "Destination folder", "loc.input.help.destinationFolder": "Destination folder into which archive files should be extracted. Use [variables](https://go.microsoft.com/fwlink/?LinkID=550988) if files are not in the repo. Example: $(agent.builddirectory)", - "loc.input.label.cleanDestinationFolder": "Clean destination folder before extracting", - "loc.input.help.cleanDestinationFolder": "Select this option to clean the destination directory before archive contents are extracted into it.", + "loc.input.label.cleanDestinationFolder": "Delete and re-create destination folder before extracting", + "loc.input.help.cleanDestinationFolder": "Select this option to delete and re-create the destination directory before archive contents are extracted into it.", "loc.messages.ExtractDirFailedinFindFiles": "Specified archive: %s can not be extracted because it is a directory.", "loc.messages.ExtractNotFileFailed": "Specified archive: %s can not be extracted because it is not a file.", "loc.messages.ExtractNotAccessibleFile": "Specified archive: %s can not be extracted because it can not be accessed: %s", @@ -32,4 +32,4 @@ "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", "loc.messages.CreateDestDir": "Creating destination folder: %s", "loc.messages.SucceedMsg": "Successfully extracted all files." -} \ No newline at end of file +}