diff --git a/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java b/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java index de3d518ee2..2b6e7c25f8 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java +++ b/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java @@ -33,7 +33,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings; @ServiceProvider(service = IngestModuleFactory.class) @Messages({ "CryptoDetectionFileIngestModule.moduleName.text=Crypto Detection", - "CryptoDetectionFileIngestModule.getDesc.text=Looks for files that are encrypted and have an entropy greater than seven." + "CryptoDetectionFileIngestModule.getDesc.text=Looks for files that are encrypted and have an entropy greater than 7.5." }) public class CryptoDetectionModuleFactory extends IngestModuleFactoryAdapter {