diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/comments/CommentsPlugin.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/comments/CommentsPlugin.java index 0aa565b108..f87956e424 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/comments/CommentsPlugin.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/comments/CommentsPlugin.java @@ -86,7 +86,7 @@ public class CommentsPlugin extends Plugin implements OptionsChangeListener { HelpLocation helpLocation = new HelpLocation(getName(), "Comments_Option"); options.setOptionsHelpLocation(helpLocation); options.registerOption(OPTION_NAME, dialog.getEnterMode(), helpLocation, - "Toggle for whether pressing the key causes the comment to be entered," + + "Toggle for whether pressing the <Enter> key causes the comment to be entered," + " versus adding a new line character in the comment."); setOptions(options);