From d4d51a6acd3d4882d658b607e22e5fe47a41b115 Mon Sep 17 00:00:00 2001
From: d-millar <33498836+d-millar@users.noreply.github.com>
Date: Fri, 18 Mar 2022 14:55:49 -0400
Subject: [PATCH] GP-1820: slight change
---
.../app/plugin/core/debug/gui/action/DebuggerGoToDialog.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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