Fix 'relyout' typo on stale function graphs

This commit is contained in:
Pokechu22 2021-01-26 11:53:07 -08:00
parent 4129d08611
commit 61a8b64e6f

View file

@ -454,7 +454,7 @@ public class GraphComponent<V extends VisualVertex, E extends VisualEdge<V>, 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") + "<b>Note: </b>You can edit the graph " +
"options to have the graph update automatically.";