mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
6613 update messages to reflect desired text
This commit is contained in:
parent
42d4a034c6
commit
e07956e47a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user