Add missing resource for RunIngestAction

This commit is contained in:
Richard Cordovano 2015-10-14 09:35:30 -04:00
parent 9547d43673
commit cc259e2f6e
2 changed files with 2 additions and 1 deletions

View File

@ -107,3 +107,4 @@ IngestJobSettingsPanel.processUnallocCheckbox.text=Process Unallocated Space
IngestManager.cancellingIngest.msgDlg.text=Cancelling all currently running ingest jobs IngestManager.cancellingIngest.msgDlg.text=Cancelling all currently running ingest jobs
IngestManager.serviceIsDown.msgDlg.text={0} is down IngestManager.serviceIsDown.msgDlg.text={0} is down
RunIngestSubMenu.menuItem.empty=-Empty- RunIngestSubMenu.menuItem.empty=-Empty-
RunIngestModulesMenu.getName.text=Run Ingest Modules

View File

@ -35,7 +35,7 @@ import org.openide.util.actions.Presenter;
) )
@ActionRegistration( @ActionRegistration(
displayName = "#CTL_RunIngestAction", displayName = "#CTL_RunIngestAction",
lazy = true lazy = false
) )
@Messages("CTL_RunIngestAction=Run Ingest") @Messages("CTL_RunIngestAction=Run Ingest")
public final class RunIngestAction extends CallableSystemAction implements Presenter.Menu, ActionListener { public final class RunIngestAction extends CallableSystemAction implements Presenter.Menu, ActionListener {