diff --git a/Ghidra/Features/Base/src/main/help/help/topics/DataTypeManagerPlugin/data_type_manager_window.html b/Ghidra/Features/Base/src/main/help/help/topics/DataTypeManagerPlugin/data_type_manager_window.html index e5a8364198..7e70c4580f 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/DataTypeManagerPlugin/data_type_manager_window.html +++ b/Ghidra/Features/Base/src/main/help/help/topics/DataTypeManagerPlugin/data_type_manager_window.html @@ -697,7 +697,7 @@

-

Find Structures by Size

+

Find Structures by Size

diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/datamgr/actions/FindStructuresByOffsetAction.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/datamgr/actions/FindStructuresByOffsetAction.java index 4501ded966..f3763bdf57 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/datamgr/actions/FindStructuresByOffsetAction.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/datamgr/actions/FindStructuresByOffsetAction.java @@ -50,7 +50,7 @@ public class FindStructuresByOffsetAction extends DockingAction { setMenuBarData( new MenuData(new String[] { NAME + "..." }, null, "VeryLast", -1, menuSubGroup)); - setHelpLocation(new HelpLocation("DataTypeManagerPlugin", "Find_Data_Types_By_Offset")); + setHelpLocation(new HelpLocation("DataTypeManagerPlugin", "Find_Structures_By_Offset")); } @Override