From cc259e2f6e8dee74702938274d4750ac6c8ef4ff Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 14 Oct 2015 09:35:30 -0400 Subject: [PATCH] Add missing resource for RunIngestAction --- Core/src/org/sleuthkit/autopsy/ingest/Bundle.properties | 1 + Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/ingest/Bundle.properties b/Core/src/org/sleuthkit/autopsy/ingest/Bundle.properties index 3fa835fdfd..16be66440e 100755 --- a/Core/src/org/sleuthkit/autopsy/ingest/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/ingest/Bundle.properties @@ -107,3 +107,4 @@ IngestJobSettingsPanel.processUnallocCheckbox.text=Process Unallocated Space IngestManager.cancellingIngest.msgDlg.text=Cancelling all currently running ingest jobs IngestManager.serviceIsDown.msgDlg.text={0} is down RunIngestSubMenu.menuItem.empty=-Empty- +RunIngestModulesMenu.getName.text=Run Ingest Modules diff --git a/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java b/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java index a44cea784f..151548a9b8 100755 --- a/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java @@ -35,7 +35,7 @@ import org.openide.util.actions.Presenter; ) @ActionRegistration( displayName = "#CTL_RunIngestAction", - lazy = true + lazy = false ) @Messages("CTL_RunIngestAction=Run Ingest") public final class RunIngestAction extends CallableSystemAction implements Presenter.Menu, ActionListener {