1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-01 00:43:53 +00:00

updated messages

This commit is contained in:
Greg DiCristofaro
2020-06-10 10:53:54 -04:00
parent 8c8749a17a
commit 677f400741
2 changed files with 6 additions and 2 deletions

View File

@@ -6,3 +6,7 @@ ExtractActionHelper.noOpenCase.errMsg=No open case available.
ExtractActionHelper.notifyDlg.noFileToExtr.msg=No file(s) to extract.
ExtractActionHelper.progress.cancellingExtraction={0} (Cancelling...)
ExtractActionHelper.done.notifyMsg.fileExtr.text=File(s) extracted.
# {0} - outputFolderName
ExtractActionHelper.progress.extracting=Extracting to {0}
# {0} - fileName
ExtractActionHelper.progress.fileExtracting=Extracting file: {0}

View File

@@ -288,9 +288,9 @@ public class ExtractActionHelper {
@Override
@Messages({
"# {0} - outputFolderName",
"ExtractActionHelper.progress.extracting=Extracting=Extracting to {0}",
"ExtractActionHelper.progress.extracting=Extracting to {0}",
"# {0} - fileName",
"ExtractActionHelper.progress.fileExtracting=Extracting=Extracting file: {0}"
"ExtractActionHelper.progress.fileExtracting=Extracting file: {0}"
})
protected Object doInBackground() throws Exception {
if (extractionTasks.isEmpty()) {