mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Merge pull request #3309 from millmanorama/911-tweak-menu/toolbar-items
tweak menu/toobar text
This commit is contained in:
commit
f7f843c574
@ -42,8 +42,9 @@ import org.openide.windows.WindowManager;
|
|||||||
@ActionRegistration(displayName = "#CTL_OpenCVTAction", lazy = false)
|
@ActionRegistration(displayName = "#CTL_OpenCVTAction", lazy = false)
|
||||||
@ActionReferences(value = {
|
@ActionReferences(value = {
|
||||||
@ActionReference(path = "Menu/Tools", position = 102)
|
@ActionReference(path = "Menu/Tools", position = 102)
|
||||||
, @ActionReference(path = "Toolbars/Case", position = 102)})
|
, @ActionReference(path = "Toolbars/Case", position = 102)
|
||||||
@Messages("CTL_OpenCVTAction=Visualize Communications")
|
})
|
||||||
|
@Messages("CTL_OpenCVTAction=Communications")
|
||||||
public final class OpenCommVisualizationToolAction extends CallableSystemAction implements Presenter.Toolbar {
|
public final class OpenCommVisualizationToolAction extends CallableSystemAction implements Presenter.Toolbar {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
@ -80,7 +81,7 @@ public final class OpenCommVisualizationToolAction extends CallableSystemAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@NbBundle.Messages("OpenCVTAction.displayName=Communications Visualizaton")
|
@NbBundle.Messages("OpenCVTAction.displayName=Communications")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return Bundle.OpenCVTAction_displayName();
|
return Bundle.OpenCVTAction_displayName();
|
||||||
}
|
}
|
||||||
|
@ -59,10 +59,10 @@ import org.sleuthkit.datamodel.TskCoreException;
|
|||||||
@ActionReference(path = "Menu/Tools", position = 101),
|
@ActionReference(path = "Menu/Tools", position = 101),
|
||||||
@ActionReference(path = "Toolbars/Case", position = 101)})
|
@ActionReference(path = "Toolbars/Case", position = 101)})
|
||||||
@ActionRegistration(displayName = "#CTL_OpenAction", lazy = false)
|
@ActionRegistration(displayName = "#CTL_OpenAction", lazy = false)
|
||||||
@Messages({"CTL_OpenAction=View Images/Videos",
|
@Messages({"CTL_OpenAction=Images/Videos",
|
||||||
"OpenAction.stale.confDlg.msg=The image / video database may be out of date. "
|
"OpenAction.stale.confDlg.msg=The image / video database may be out of date. " +
|
||||||
+ "Do you want to update and listen for further ingest results?\n"
|
"Do you want to update and listen for further ingest results?\n" +
|
||||||
+ "Choosing 'yes' will update the database and enable listening to future ingests.",
|
"Choosing 'yes' will update the database and enable listening to future ingests.",
|
||||||
"OpenAction.stale.confDlg.title=Image Gallery"})
|
"OpenAction.stale.confDlg.title=Image Gallery"})
|
||||||
public final class OpenAction extends CallableSystemAction {
|
public final class OpenAction extends CallableSystemAction {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user