fix merge

This commit is contained in:
millmanorama 2019-03-08 12:39:58 +01:00
parent 8fccb3d845
commit 1cf785b8cb
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
AddManualEvent.createArtifactFailed=Failed to create artifact for event.
AddManualEvent.EventCreationDialogPane.initialize.dataSourcesError=Error getting datasources in case.
AddManualEvent.longText=Manually add an event to the timeline.
AddManualEvent.postArtifactFailed=Failed to post artifact to blackboard.
AddManualEvent.text=Add Event
# {0} - action accelerator keys
Back.longText=Back: {0}\nGo back to the last view settings.

View File

@ -283,7 +283,7 @@ class ExtractIE extends Extract {
try {
blackboard.postArtifacts(bbartifacts, moduleName);
} catch (Blackboard.BlackboardException ex) {
this.addErrorMessage(Bundle.ExtractIE_getCookie_errMsg_errPostinCookiess());
this.addErrorMessage(Bundle.ExtractIE_getCookie_errMsg_errPostingCookiess());
logger.log(Level.SEVERE, "Exception thrown while posting IE cookie artifact.", ex); //NON-NLS
}
}