mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Fix 'relyout' typo on stale function graphs
This commit is contained in:
parent
4129d08611
commit
61a8b64e6f
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ public class GraphComponent<V extends VisualVertex, E extends VisualEdge<V>, G e
|
||||||
mainStalePanel.setOpaque(false);
|
mainStalePanel.setOpaque(false);
|
||||||
|
|
||||||
String tooltip = HTMLUtilities.toWrappedHTML("The block model of the function " +
|
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") + "<b>Note: </b>You can edit the graph " +
|
"\n\n") + "<b>Note: </b>You can edit the graph " +
|
||||||
"options to have the graph update automatically.";
|
"options to have the graph update automatically.";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue