From 570282e8c3c70c70ff406e6a8c98c7b8da66362c Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Fri, 20 Jan 2017 14:11:21 -0500 Subject: [PATCH] Update PhotoRec ingest module startup error message --- .../modules/photoreccarver/PhotoRecCarverFileIngestModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java index 0fe47b8af7..30aa69ba75 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java +++ b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java @@ -68,7 +68,7 @@ import org.sleuthkit.datamodel.TskData; "PhotoRecIngestModule.PermissionsNotSufficient=Insufficient permissions accessing", "PhotoRecIngestModule.PermissionsNotSufficientSeeReference=See 'Shared Drive Authentication' in Autopsy help.", "# {0} - output directory name", "cannotCreateOutputDir.message=Unable to create output directory: {0}.", - "unallocatedSpaceProcessingSettingsError.message=The selected filter ignores unallocated space. The PhotoRec module is designed to carve unallocated space. Either choose a filter which does process unallocated space or disable this module.", + "unallocatedSpaceProcessingSettingsError.message=The selected file ingest filter ignores unallocated space. This module carves unallocated space. Please choose a filter which does not ignore unallocated space or disable this module.", "unsupportedOS.message=PhotoRec module is supported on Windows platforms only.", "missingExecutable.message=Unable to locate PhotoRec executable.", "cannotRunExecutable.message=Unable to execute PhotoRec.",