mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
fix merge
This commit is contained in:
parent
8fccb3d845
commit
1cf785b8cb
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user