mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +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)
|
||||
@ActionReferences(value = {
|
||||
@ActionReference(path = "Menu/Tools", position = 102)
|
||||
, @ActionReference(path = "Toolbars/Case", position = 102)})
|
||||
@Messages("CTL_OpenCVTAction=Visualize Communications")
|
||||
, @ActionReference(path = "Toolbars/Case", position = 102)
|
||||
})
|
||||
@Messages("CTL_OpenCVTAction=Communications")
|
||||
public final class OpenCommVisualizationToolAction extends CallableSystemAction implements Presenter.Toolbar {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
@ -80,7 +81,7 @@ public final class OpenCommVisualizationToolAction extends CallableSystemAction
|
||||
}
|
||||
|
||||
@Override
|
||||
@NbBundle.Messages("OpenCVTAction.displayName=Communications Visualizaton")
|
||||
@NbBundle.Messages("OpenCVTAction.displayName=Communications")
|
||||
public String getName() {
|
||||
return Bundle.OpenCVTAction_displayName();
|
||||
}
|
||||
|
@ -59,10 +59,10 @@ import org.sleuthkit.datamodel.TskCoreException;
|
||||
@ActionReference(path = "Menu/Tools", position = 101),
|
||||
@ActionReference(path = "Toolbars/Case", position = 101)})
|
||||
@ActionRegistration(displayName = "#CTL_OpenAction", lazy = false)
|
||||
@Messages({"CTL_OpenAction=View Images/Videos",
|
||||
"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"
|
||||
+ "Choosing 'yes' will update the database and enable listening to future ingests.",
|
||||
@Messages({"CTL_OpenAction=Images/Videos",
|
||||
"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" +
|
||||
"Choosing 'yes' will update the database and enable listening to future ingests.",
|
||||
"OpenAction.stale.confDlg.title=Image Gallery"})
|
||||
public final class OpenAction extends CallableSystemAction {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user