From cbaba065b3a8830a9b0f5a0f45ff4b3d76bea05b Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Mon, 17 Aug 2020 11:50:01 -0400 Subject: [PATCH] revert mistake --- .../sleuthkit/autopsy/modules/photoreccarver/Bundle.properties | 2 +- .../autopsy/modules/photoreccarver/Bundle.properties-MERGED | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties index 0411acc93b..3a3478ab94 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties @@ -25,4 +25,4 @@ PhotoRecCarverIngestJobSettingsPanel.exampleLabel.text=Example: jpg,png,zip PhotoRecCarverIngestJobSettingsPanel.extensionListTextfield.text= PhotoRecCarverIngestJobSettingsPanel.extensionListLabel.text=Types (comma separated list of extensions) PhotoRecCarverIngestJobSettingsPanel.excludeRadioButton.text=Ignore the specified types -PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text=Carve the specified types +PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text=Carve only the specified types diff --git a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties-MERGED index 4a1d0dda54..c107f8f0fb 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/Bundle.properties-MERGED @@ -35,6 +35,6 @@ PhotoRecCarverIngestJobSettingsPanel.exampleLabel.text=Example: jpg,png,zip PhotoRecCarverIngestJobSettingsPanel.extensionListTextfield.text= PhotoRecCarverIngestJobSettingsPanel.extensionListLabel.text=Types (comma separated list of extensions) PhotoRecCarverIngestJobSettingsPanel.excludeRadioButton.text=Ignore the specified types -PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text=Carve the specified types +PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text=Carve only the specified types unallocatedSpaceProcessingSettingsError.message=The selected file ingest filter ignores unallocated space. This module carves unallocated space. Please choose a filter which does not ignore unallocated space or disable this module. unsupportedOS.message=PhotoRec module is supported on Windows platforms only.