From e07956e47ad9b50ce158dc4dfee12428b9667a98 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Wed, 22 Jul 2020 11:11:39 -0400 Subject: [PATCH] 6613 update messages to reflect desired text --- .../org/sleuthkit/autopsy/discovery/Bundle.properties-MERGED | 2 +- Core/src/org/sleuthkit/autopsy/discovery/GroupListPanel.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/discovery/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/discovery/Bundle.properties-MERGED index 973d17fe4a..a964a1826e 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/discovery/Bundle.properties-MERGED @@ -186,7 +186,7 @@ FileSorter.SortingMethod.filetype.displayName=File Type FileSorter.SortingMethod.frequency.displayName=Central Repo Frequency FileSorter.SortingMethod.fullPath.displayName=Full Path FileSorter.SortingMethod.keywordlist.displayName=Keyword List Names -GroupsListPanel.noResults.message.text=No results were found for the selected filters.\n\nReminder:\n -The File Type Identification module must be run on each data source you want to find results in.\n -The Hash Lookup and Exif Parser modules should also be run on each data source to ensure complete results. +GroupsListPanel.noResults.message.text=No results were found for the selected filters.\n\nReminder:\n -The File Type Identification module must be run on each data source you want to find results in.\n -The Hash Lookup module must be run on each data source if you want to filter by past occurrence.\n -The Exif module must be run on each data source if you are filtering by User Created content. GroupsListPanel.noResults.title.text=No results found ImageThumbnailPanel.isDeleted.text=All instances of file are deleted. # {0} - otherInstanceCount diff --git a/Core/src/org/sleuthkit/autopsy/discovery/GroupListPanel.java b/Core/src/org/sleuthkit/autopsy/discovery/GroupListPanel.java index f5f9709d99..a71876e88d 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/GroupListPanel.java +++ b/Core/src/org/sleuthkit/autopsy/discovery/GroupListPanel.java @@ -66,7 +66,8 @@ final class GroupListPanel extends javax.swing.JPanel { @Messages({"GroupsListPanel.noResults.message.text=No results were found for the selected filters.\n\n" + "Reminder:\n" + " -The File Type Identification module must be run on each data source you want to find results in.\n" - + " -The Hash Lookup and Exif Parser modules should also be run on each data source to ensure complete results.", + + " -The Hash Lookup module must be run on each data source if you want to filter by past occurrence.\n" + + " -The Exif module must be run on each data source if you are filtering by User Created content.", "GroupsListPanel.noResults.title.text=No results found"}) /** * Subscribe to and update list of groups in response to