From 1fbbfd7cd5c68c399d93c1fc4a9810b30f613695 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 20 Mar 2017 13:09:22 -0400 Subject: [PATCH 1/2] 2410 fixed typos in Ingest Filter description --- .../autopsy/modules/interestingitems/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties index e5ae1eb726..ea7c145bb6 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties @@ -47,7 +47,7 @@ FilesSetRulePanel.dirsRadioButton.text=Directories FilesSetDefsPanel.interesting.setsListLabel.text=Rule Sets FilesSetDefsPanel.ingest.setsListLabel.text=File Ingest Filters FilesSetDefsPanel.interesting.jTextArea1.text=This module allows you to find files that match specified criteria. Each set has a list of rules, which will match on file name and parent path patterns. -FilesSetDefsPanel.ingest.jTextArea1.text=Add rules so that only a subset of the files in a data source are analyzed. Rules are organized into sets and one set can be used at at time. +FilesSetDefsPanel.ingest.jTextArea1.text=Add rules so that only a subset of the files in a data source are analyzed. Rules are organized into sets and only one set can be used at a time. FilesSetDefsPanel.interesting.editSetButton.text=Edit Set FilesSetDefsPanel.ingest.editSetButton.text=Edit Filter FilesSetDefsPanel.interesting.newSetButton.text=New Set From 64721dd920c4e3857949c59028a2e023e9826b31 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 20 Mar 2017 13:31:36 -0400 Subject: [PATCH 2/2] 2411 - Clarify if Filter rules work as a union or an intersect --- .../autopsy/modules/interestingitems/Bundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties index ea7c145bb6..7d7cec14a2 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/Bundle.properties @@ -46,8 +46,8 @@ FilesSetRulePanel.filesRadioButton.text=Files FilesSetRulePanel.dirsRadioButton.text=Directories FilesSetDefsPanel.interesting.setsListLabel.text=Rule Sets FilesSetDefsPanel.ingest.setsListLabel.text=File Ingest Filters -FilesSetDefsPanel.interesting.jTextArea1.text=This module allows you to find files that match specified criteria. Each set has a list of rules, which will match on file name and parent path patterns. -FilesSetDefsPanel.ingest.jTextArea1.text=Add rules so that only a subset of the files in a data source are analyzed. Rules are organized into sets and only one set can be used at a time. +FilesSetDefsPanel.interesting.jTextArea1.text=This module allows you to find files that match specified criteria. Each set has a list of rules, which will match on file name and parent path patterns. A file need only match one rule to be found. +FilesSetDefsPanel.ingest.jTextArea1.text=Add rules so that only a subset of the files in a data source are analyzed. Rules are organized into sets and only one set can be used at a time. A file need only match one rule to be analyzed. FilesSetDefsPanel.interesting.editSetButton.text=Edit Set FilesSetDefsPanel.ingest.editSetButton.text=Edit Filter FilesSetDefsPanel.interesting.newSetButton.text=New Set