From 49874d1b9e63420d9c28d229fb25c782ed84c934 Mon Sep 17 00:00:00 2001 From: PankajBhojwani Date: Fri, 20 Aug 2021 15:34:33 -0700 Subject: [PATCH] Reword bold enum options (#10969) ## Summary of the Pull Request Reword the bold enum options for clarity ## PR Checklist * [x] Closes #10955 --- .../TerminalSettingsEditor/Resources/en-US/Resources.resw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw index 6c37bcaf0..a8a00de50 100644 --- a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw @@ -1191,7 +1191,7 @@ Header for a control to how text is formatted - Intense Text Format + Intense Text Style Header for a control to select how "intense" text is formatted (bold, bright, both or none) @@ -1199,15 +1199,15 @@ An option to choose from for the "intense text format" setting. When selected, "intense" text will not be rendered differently - Bold + Bold font An option to choose from for the "intense text format" setting. When selected, "intense" text will be rendered as bold text - Bright + Bright colors An option to choose from for the "intense text format" setting. When selected, "intense" text will be rendered in a brighter color - Both + Bold font with bright colors An option to choose from for the "intense text format" setting. When selected, "intense" text will be rendered as both bold text and in a brighter color