Skip to content
Snippets Groups Projects
Unverified Commit 3cc7d063 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1494 from raman-bt/4030-samsung-clipboard

4030 samsung clipboard
parents 8463ad57 39f841db
No related branches found
No related tags found
No related merge requests found
......@@ -1200,7 +1200,13 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
* Indicates web cache data
*/
TSK_WEB_CACHE (52, "TSK_WEB_CACHE", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebCache.text"));
bundle.getString("BlackboardArtifact.tskWebCache.text")),
/**
* Indicates clipboard content
*/
TSK_CLIPBOARD_CONTENT (53, "TSK_CLIPBOARD_CONTENT", //NON-NLS
bundle.getString("BlackboardArtifact.tskClipboardContent.text"));
private final String label;
private final int typeId;
......
......@@ -49,6 +49,7 @@ BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill
BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses
BlackboardArtifact.tskDownloadSource.text=Download Source
BlackboardArtifact.tskWebCache.text=Web Cache
BlackboardArtifact.tskClipboardContent.text=Clipboard Content
BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardAttribute.tskAccountType.text=Account Type
BlackboardAttribute.tskUrl.text=URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment