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());