Changed Tools->Options->Display to Tools->Options->Autopsy

This commit is contained in:
Richard Cordovano 2014-04-03 13:57:36 -04:00
parent 4d194b989d
commit 34545c2fd1
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
CTL_DataContentAction=DataContent CTL_DataContentAction=DataContent
CTL_DataContentTopComponent=Data Content CTL_DataContentTopComponent=Data Content
CTL_CustomAboutAction=About CTL_CustomAboutAction=About
OptionsCategory_Name_General=Display OptionsCategory_Name_General=Autopsy
OptionsCategory_Keywords_General=display OptionsCategory_Keywords_General=Autopsy Options
HINT_DataContentTopComponent=This is a DataContent window HINT_DataContentTopComponent=This is a DataContent window
HINT_NodeTableTopComponent=This is a DataResult window HINT_NodeTableTopComponent=This is a DataResult window
OpenIDE-Module-Name=CoreComponents OpenIDE-Module-Name=CoreComponents

View File

@ -30,7 +30,7 @@ import java.util.logging.Level;
import org.sleuthkit.autopsy.coreutils.Logger; import org.sleuthkit.autopsy.coreutils.Logger;
@OptionsPanelController.TopLevelRegistration(categoryName = "#OptionsCategory_Name_General", @OptionsPanelController.TopLevelRegistration(categoryName = "#OptionsCategory_Name_General",
iconBase = "org/sleuthkit/autopsy/corecomponents/display-options.png", iconBase = "org/sleuthkit/autopsy/corecomponents/checkbox.png",
position = 1, position = 1,
keywords = "#OptionsCategory_Keywords_General", keywords = "#OptionsCategory_Keywords_General",
keywordsCategory = "General") keywordsCategory = "General")

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB