From e9c8e471473798b4bf360df73d81a080f9e14ce7 Mon Sep 17 00:00:00 2001 From: Andrew Ziehl Date: Tue, 10 Apr 2018 15:09:04 -0700 Subject: [PATCH] Fix typo in common files dialog --- .../org/sleuthkit/autopsy/commonfilesearch/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties b/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties index e57d4a61eb..6118e48ec0 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties @@ -1,5 +1,5 @@ CommonFilesPanel.searchButton.text=Search -CommonFilesPanel.withinDataSourceRadioButton.text=FIles must be in data source: +CommonFilesPanel.withinDataSourceRadioButton.text=Files must be in data source: CommonFilesPanel.allDataSourcesRadioButton.text=Files can be in any data source CommonFilesPanel.jLabel1.text=Search for files that exist in multiple data sources: CommonFilesPanel.cancelButton.text=Cancel