Skip to content
Snippets Groups Projects
Commit 725d6d13 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

bundle message ref fix

parent 45bcd637
Branches
Tags
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