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
No related branches found
No related tags found
No related merge requests found
......@@ -669,7 +669,7 @@ public SortedSet< TimelineEventType> getChildren() {
new BlackboardArtifact.Type(TSK_BACKUP_EVENT),
new BlackboardAttribute.Type(TSK_DATETIME_START),
artf -> {
return getBundle().getString("TimelineEventType.BackupEvent.description.started");
return getBundle().getString("TimelineEventType.BackupEvent.description.start");
},
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