From a77e23a655bb089ffbcfaf306eb58022dca4016c Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 8 Mar 2017 17:35:57 -0500 Subject: [PATCH] Improvements to table header for artifact contetn viewer --- .../autopsy/datamodel/ArtifactStringContent.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/ArtifactStringContent.java b/Core/src/org/sleuthkit/autopsy/datamodel/ArtifactStringContent.java index 7c28e09529..304febdf74 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/ArtifactStringContent.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/ArtifactStringContent.java @@ -61,7 +61,7 @@ public class ArtifactStringContent implements StringContent { * @return The HTML representation of the artifact as a string. */ @Messages({ - "ArtifactStringContent.attrsTableHeader.attribute=Attribute", + "ArtifactStringContent.attrsTableHeader.type=Type", "ArtifactStringContent.attrsTableHeader.value=Value", "ArtifactStringContent.attrsTableHeader.sources=Source(s)", "ArtifactStringContent.failedToGetSourcePath.message=Failed to get source file path from case database", @@ -90,15 +90,15 @@ public class ArtifactStringContent implements StringContent { */ buffer.append(""); //NON-NLS buffer.append(""); //NON-NLS - buffer.append(""); //NON-NLS - buffer.append(""); //NON-NLS + buffer.append(""); //NON-NLS - buffer.append(""); //NON-NLS + buffer.append(""); //NON-NLS + buffer.append(""); //NON-NLS buffer.append("\n"); //NON-NLS try { Content content = artifact.getSleuthkitCase().getContentById(artifact.getObjectID());
"); //NON-NLS - buffer.append(Bundle.ArtifactStringContent_attrsTableHeader_attribute()); - buffer.append(""); //NON-NLS + buffer.append(""); //NON-NLS + buffer.append(Bundle.ArtifactStringContent_attrsTableHeader_type()); + buffer.append(""); //NON-NLS buffer.append(Bundle.ArtifactStringContent_attrsTableHeader_value()); - buffer.append(""); //NON-NLS + buffer.append(""); //NON-NLS buffer.append(Bundle.ArtifactStringContent_attrsTableHeader_sources()); - buffer.append("