Merge branch 'GP-0_ryanmkurtz_PR-4571_shocoman_escape-angle-brackets-in-option-description-in-settings'

This commit is contained in:
Ryan Kurtz
2022-09-03 02:07:14 -04:00
@@ -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 <Enter> key causes the comment to be entered," +
"Toggle for whether pressing the &lt;Enter&gt; key causes the comment to be entered," +
" versus adding a new line character in the comment.");
setOptions(options);