From ff7384b3dbfbb173569fc2df5cc0b3339aa26ca2 Mon Sep 17 00:00:00 2001 From: Dan Mezhiborsky Date: Thu, 24 Mar 2022 17:08:57 -0400 Subject: [PATCH] Fix transparency/opacity inconsistency in help text (#12592) (#12727) In two instances, the help text for the settings UI refers to _transparency_ when we're really talking about _opacity._ This PR changes those occurences to more accurately reflect the setting being described. ## PR Checklist * [x] Closes #12592 (cherry picked from commit f5882236dcb8693a0b14c70e4bbe73e6401d844d) --- .../TerminalSettingsEditor/Resources/en-US/Resources.resw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw index beb0f9da21..4112022795 100644 --- a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw @@ -504,7 +504,7 @@ Header for a control to determine the level of opacity for the background of the control. The user can choose to make the background of the app more or less opaque. - Sets the transparency of the window. + Sets the opacity of the window. A description for what the "opacity" setting does. Presented near "Profile_Opacity.Header". @@ -624,7 +624,7 @@ Header for a control to choose the opacity of the image presented on the background of the app. - Sets the transparency of the background image. + Sets the opacity of the background image. A description for what the "background image opacity" setting does. Presented near "Profile_BackgroundImageOpacity".