diff --git a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties index 9b6bedfcb1..fcb1585dfa 100644 --- a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties @@ -44,9 +44,9 @@ PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected. TimelinePanel.activityRangeLabel.text=Activity Range 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.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts +GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Results GeolocationPanel.recentViewInGeolocationBtn.text=View in Map GeolocationPanel.commonViewInGeolocationBtn.text=View in Map RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options diff --git a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED index 87281318ad..3a47fa29c3 100644 --- a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED @@ -111,9 +111,9 @@ PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected. TimelinePanel.activityRangeLabel.text=Activity Range 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.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts +GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Results GeolocationPanel.recentViewInGeolocationBtn.text=View in Map GeolocationPanel.commonViewInGeolocationBtn.text=View in Map RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options diff --git a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/TimelinePanel.java b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/TimelinePanel.java index cd56754579..1ca06d0bee 100644 --- a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/TimelinePanel.java +++ b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/TimelinePanel.java @@ -63,7 +63,7 @@ import org.sleuthkit.datamodel.TskCoreException; "TimelinePanel_latestLabel_title=Latest", "TimlinePanel_last30DaysChart_title=Last 30 Days", "TimlinePanel_last30DaysChart_fileEvts_title=File Events", - "TimlinePanel_last30DaysChart_artifactEvts_title=Artifact Events",}) + "TimlinePanel_last30DaysChart_artifactEvts_title=Result Events",}) public class TimelinePanel extends BaseDataSourceSummaryPanel { private static final Logger logger = Logger.getLogger(TimelinePanel.class.getName());