artifact to result

This commit is contained in:
Greg DiCristofaro 2020-12-28 15:57:01 -05:00
parent 4add9f5791
commit 73efd0372d
3 changed files with 5 additions and 5 deletions

View File

@ -44,9 +44,9 @@ PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs
DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected. DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected.
TimelinePanel.activityRangeLabel.text=Activity Range TimelinePanel.activityRangeLabel.text=Activity Range
GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included
GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Artifacts GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Results
GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included
GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Results
GeolocationPanel.recentViewInGeolocationBtn.text=View in Map GeolocationPanel.recentViewInGeolocationBtn.text=View in Map
GeolocationPanel.commonViewInGeolocationBtn.text=View in Map GeolocationPanel.commonViewInGeolocationBtn.text=View in Map
RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options

View File

@ -111,9 +111,9 @@ PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs
DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected. DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected.
TimelinePanel.activityRangeLabel.text=Activity Range TimelinePanel.activityRangeLabel.text=Activity Range
GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included
GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Artifacts GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Results
GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included
GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Results
GeolocationPanel.recentViewInGeolocationBtn.text=View in Map GeolocationPanel.recentViewInGeolocationBtn.text=View in Map
GeolocationPanel.commonViewInGeolocationBtn.text=View in Map GeolocationPanel.commonViewInGeolocationBtn.text=View in Map
RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options

View File

@ -63,7 +63,7 @@ import org.sleuthkit.datamodel.TskCoreException;
"TimelinePanel_latestLabel_title=Latest", "TimelinePanel_latestLabel_title=Latest",
"TimlinePanel_last30DaysChart_title=Last 30 Days", "TimlinePanel_last30DaysChart_title=Last 30 Days",
"TimlinePanel_last30DaysChart_fileEvts_title=File Events", "TimlinePanel_last30DaysChart_fileEvts_title=File Events",
"TimlinePanel_last30DaysChart_artifactEvts_title=Artifact Events",}) "TimlinePanel_last30DaysChart_artifactEvts_title=Result Events",})
public class TimelinePanel extends BaseDataSourceSummaryPanel { public class TimelinePanel extends BaseDataSourceSummaryPanel {
private static final Logger logger = Logger.getLogger(TimelinePanel.class.getName()); private static final Logger logger = Logger.getLogger(TimelinePanel.class.getName());