spelling issue fix

This commit is contained in:
Greg DiCristofaro 2020-09-16 19:49:37 -04:00
parent d1ce2c8914
commit 843a9ebf3b
3 changed files with 2 additions and 7 deletions

View File

@ -3,8 +3,6 @@ AnalysisPanel_keyColumn_title=Name
AnalysisPanel_keywordSearchModuleName=Keyword Search
# {0} - module name
BaseDataSourceSummaryPanel_defaultNotIngestMessage=The {0} ingest module has not been run on this data source.
ContainerPanel.getDataSources.error.text=Failed to get the list of datasources for the current case.
ContainerPanel.getDataSources.error.title=Load Failure
CTL_DataSourceSummaryAction=Data Source Summary
DataSourceSummaryDialog.closeButton.text=Close
ContainerPanel.displayNameLabel.text=Display Name:

View File

@ -26,7 +26,6 @@ import java.util.Set;
import java.util.logging.Level;
import org.sleuthkit.autopsy.coreutils.Logger;
import javax.swing.table.DefaultTableModel;
import org.openide.util.NbBundle.Messages;
import org.sleuthkit.autopsy.casemodule.Case;
import org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary;
import org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchResult.ResultType;
@ -112,8 +111,6 @@ class ContainerPanel extends BaseDataSourceSummaryPanel {
/**
* Creates new form ContainerPanel.
*/
@Messages({"ContainerPanel.getDataSources.error.text=Failed to get the list of datasources for the current case.",
"ContainerPanel.getDataSources.error.title=Load Failure"})
ContainerPanel(ContainerSummary containerSummary) {
super(containerSummary, CONTAINER_UPDATES);