Merge pull request #5617 from kellykelly3/1404-change-drone-ingest-module-name

1404 - Changed drone module name and description
This commit is contained in:
Richard Cordovano 2020-01-28 15:19:54 -05:00 committed by GitHub
commit 998fc76f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
public class DroneIngestModuleFactory extends IngestModuleFactoryAdapter {
@Messages({
"DroneIngestModule_Name=Drone",
"DroneIngestModule_Description=Description"
"DroneIngestModule_Name=Drone Analyzer",
"DroneIngestModule_Description=Analyzes files generated by drones."
})
/**