diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/Bundle.properties-MERGED index 2e709858d8..9bb65936f7 100755 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/Bundle.properties-MERGED @@ -1,13 +1,11 @@ +CentralRepoIngestModel_name_header=Name:
+CentralRepoIngestModel_previous_case_header=
Previous Cases:
CentralRepoIngestModule.errorMessage.isNotEnabled=Central repository settings are not initialized, cannot run Correlation Engine ingest module. CentralRepoIngestModule.notfyBubble.title=Central Repository Not Initialized -CentralRepoIngestModule.postToBB.eamHit=Central Repository -CentralRepoIngestModule.postToBB.fileName=File Name -CentralRepoIngestModule.postToBB.hashSetSource=Source of Hash -# {0} - Name of file that is Notable CentralRepoIngestModule.postToBB.knownBadMsg=Notable: {0} -CentralRepoIngestModule.postToBB.md5Hash=MD5 Hash CentralRepoIngestModule.prevCaseComment.text=Previous Case: CentralRepoIngestModule.prevTaggedSet.text=Previously Tagged As Notable (Central Repository) +CentralRepoIngestModule_notable_message_header=A file in this data source was previously seen and tagged as Notable.
CentralRepoIngestModuleFactory.ingestmodule.desc=Saves properties to the central repository for later correlation CentralRepoIngestModuleFactory.ingestmodule.name=Correlation Engine IngestSettingsPanel.ingestSettingsLabel.text=Ingest Settings diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoIngestModule.java b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoIngestModule.java index bee0edfcaf..c90bacafaf 100644 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoIngestModule.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoIngestModule.java @@ -365,8 +365,8 @@ final class CentralRepoIngestModule implements FileIngestModule { @Messages({ "CentralRepoIngestModule_notable_message_header=A file in this data source was previously seen and tagged as Notable.
", "CentralRepoIngestModel_name_header=Name:
", - "CentralRepoIngestModel_previous_case_header=
Previous Cases:
" - + "CentralRepoIngestModel_previous_case_header=
Previous Cases:
", + "CentralRepoIngestModule_postToBB_knownBadMsg=Notable: {0}" }) /**