From 56b095046c99ab818b28cf1237f53b0dd9441ff9 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Tue, 3 Nov 2020 13:53:19 -0500 Subject: [PATCH] 6773 fix apostraphe --- .../sleuthkit/autopsy/discovery/ui/WebHistoryDetailsPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/discovery/ui/WebHistoryDetailsPanel.java b/Core/src/org/sleuthkit/autopsy/discovery/ui/WebHistoryDetailsPanel.java index 28001b82d4..72f33f993e 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/ui/WebHistoryDetailsPanel.java +++ b/Core/src/org/sleuthkit/autopsy/discovery/ui/WebHistoryDetailsPanel.java @@ -179,7 +179,7 @@ public class WebHistoryDetailsPanel extends AbstractArtifactDetailsPanel impleme }// //GEN-END:initComponents /** - * Update the view to reflect the current artifacts details. + * Update the view to reflect the current artifact's details. */ private void updateView() { CommunicationArtifactViewerHelper.addHeader(this, gridBagLayout, gridBagConstraints, Bundle.WebHistoryDetailsPanel_details_attrHeader());