From e77afab7e3b25ae449f8f9ca37f4ffda02c006c0 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Mon, 17 Aug 2020 11:42:53 -0400 Subject: [PATCH] update to remove 'only' --- .../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 3a3478ab94..0411acc93b 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 only the specified types +PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text=Carve 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 c107f8f0fb..4a1d0dda54 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 only the specified types +PhotoRecCarverIngestJobSettingsPanel.includeRadioButton.text=Carve 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.