Merge pull request #3309 from millmanorama/911-tweak-menu/toolbar-items

tweak menu/toobar text
This commit is contained in:
Richard Cordovano 2017-12-13 09:14:35 -05:00 committed by GitHub
commit f7f843c574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -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();
}

View File

@ -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 {