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

Merge pull request #2222 from gdicristofaro/tlBundleFix

bundle message ref fix
parents 938d3df1 725d6d13
Branches
Tags
No related merge requests found
...@@ -669,7 +669,7 @@ public SortedSet< TimelineEventType> getChildren() { ...@@ -669,7 +669,7 @@ public SortedSet< TimelineEventType> getChildren() {
new BlackboardArtifact.Type(TSK_BACKUP_EVENT), new BlackboardArtifact.Type(TSK_BACKUP_EVENT),
new BlackboardAttribute.Type(TSK_DATETIME_START), new BlackboardAttribute.Type(TSK_DATETIME_START),
artf -> { artf -> {
return getBundle().getString("TimelineEventType.BackupEvent.description.started"); return getBundle().getString("TimelineEventType.BackupEvent.description.start");
}, },
new EmptyExtractor(), new EmptyExtractor(),
new EmptyExtractor()); new EmptyExtractor());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment