mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Re-added CTL_CustomAboutAction back to Bundle. Converted function to use string from Bundle.
This commit is contained in:
parent
b2494816fc
commit
be91eb11c5
@ -1,5 +1,6 @@
|
||||
CTL_DataContentAction=DataContent
|
||||
CTL_DataContentTopComponent=Data Content
|
||||
CTL_CustomAboutAction=About
|
||||
OptionsCategory_Name_General=General
|
||||
OptionsCategory_Keywords_General=general
|
||||
HINT_DataContentTopComponent=This is a DataContent window
|
||||
|
@ -108,4 +108,5 @@ ProductInformationPanel.getVMValue.text={0} {1}
|
||||
TableFilterNode.displayName.text=\u540D\u79F0
|
||||
CTL_DataContentAction=\u30C7\u30FC\u30BF\u30B3\u30F3\u30C6\u30F3\u30C4
|
||||
OptionsCategory_Name_General=\u4E00\u822C
|
||||
OptionsCategory_Keywords_General=\u4E00\u822C
|
||||
OptionsCategory_Keywords_General=\u4E00\u822C
|
||||
CTL_CustomAboutAction=
|
@ -37,7 +37,7 @@ import org.sleuthkit.autopsy.coreutils.Logger;
|
||||
ProductInformationPanel pip = new ProductInformationPanel();
|
||||
DialogDescriptor descriptor = new DialogDescriptor(
|
||||
pip,
|
||||
NbBundle.getMessage(AboutAction.class, "About_title"),
|
||||
NbBundle.getMessage(CustomAboutAction.class, "CTL_CustomAboutAction"),
|
||||
true,
|
||||
new Object[0],
|
||||
null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user