diff --git a/Ghidra/Framework/Graph/src/main/java/ghidra/graph/viewer/GraphComponent.java b/Ghidra/Framework/Graph/src/main/java/ghidra/graph/viewer/GraphComponent.java index f7d4c526e6..f594fa9702 100644 --- a/Ghidra/Framework/Graph/src/main/java/ghidra/graph/viewer/GraphComponent.java +++ b/Ghidra/Framework/Graph/src/main/java/ghidra/graph/viewer/GraphComponent.java @@ -454,7 +454,7 @@ public class GraphComponent, G e mainStalePanel.setOpaque(false); String tooltip = HTMLUtilities.toWrappedHTML("The block model of the function " + - "for this graph has changed. Press the relyout button to refresh the layout." + + "for this graph has changed. Press the relayout button to refresh the layout." + "\n\n") + "Note: You can edit the graph " + "options to have the graph update automatically.";