mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Improved GeneralIngestConfigurator error message
This commit is contained in:
parent
26a4cf52bd
commit
11c5aa8fd8
@ -80,7 +80,7 @@ public class GeneralIngestConfigurator implements IngestConfigurator {
|
||||
enabledModules.add(moduleFound);
|
||||
}
|
||||
else {
|
||||
messages.add("Unable to load " + moduleName + " module, it will not be available");
|
||||
messages.add("Unable to load " + moduleName + " module");
|
||||
}
|
||||
}
|
||||
ingestDialogPanel.setEnabledIngestModules(enabledModules);
|
||||
|
Loading…
x
Reference in New Issue
Block a user