diff --git a/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java b/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java
index 86d192789a..ad93816bca 100644
--- a/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java
+++ b/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java
@@ -52,7 +52,8 @@ public class DebuggerGoToDialog extends DialogComponentProvider {
panel.setBorder(new EmptyBorder(16, 16, 16, 16));
JLabel help = new JLabel(
"Enter any sleigh expression to evaluate against the current thread.
" +
- "Note that constants and memory derefs must have a resolved size. Examples:" +
+ "Note that constants and memory derefs must have a resolved size.
" +
+ "Examples:
" +
"
0x00401234:4
RAX