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.",