Improved GeneralIngestConfigurator error message

This commit is contained in:
Richard Cordovano 2013-09-16 17:34:12 -04:00
parent 26a4cf52bd
commit 11c5aa8fd8

View File

@ -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);