diff --git a/Ghidra/Features/Base/src/test.slow/java/ghidra/framework/plugintool/dialog/KeyBindingsTest.java b/Ghidra/Features/Base/src/test.slow/java/ghidra/framework/plugintool/dialog/KeyBindingsTest.java index c9e4e0ab57..1cce25d187 100644 --- a/Ghidra/Features/Base/src/test.slow/java/ghidra/framework/plugintool/dialog/KeyBindingsTest.java +++ b/Ghidra/Features/Base/src/test.slow/java/ghidra/framework/plugintool/dialog/KeyBindingsTest.java @@ -89,8 +89,10 @@ public class KeyBindingsTest extends AbstractGhidraHeadedIntegrationTest { // look for the info panel MultiLineLabel label = findComponent(panel, MultiLineLabel.class); String str = "To add or change a key binding, select an action\n" + - " and type any key combination.\n" + "To remove a key binding, select an action and\n" + - "press or ."; + "and type any key combination\n" + + " \n" + + "To remove a key binding, select an action and\n" + + "press or "; assertEquals(str, label.getLabel());