mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Add missing resource for RunIngestAction
This commit is contained in:
parent
9547d43673
commit
cc259e2f6e
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user