From 0b2776b0a96fb6dbe83c63d4672ca8af7748b6f6 Mon Sep 17 00:00:00 2001 From: Andrew Ziehl Date: Tue, 10 Apr 2018 14:24:00 -0700 Subject: [PATCH] Update bundle of common files dialog text --- .../org/sleuthkit/autopsy/commonfilesearch/Bundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties b/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties index 3bfeb498c9..e57d4a61eb 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties @@ -1,6 +1,6 @@ CommonFilesPanel.searchButton.text=Search -CommonFilesPanel.withinDataSourceRadioButton.text=Within a Data Source -CommonFilesPanel.allDataSourcesRadioButton.text=Across All Data Sources +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 CommonFilesPanel.cancelButton.actionCommand=Cancel