mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-01 08:53:51 +00:00
updated messages
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user