mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-06 20:34:29 +00:00
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.
<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
* [x] Closes #12592
(cherry picked from commit f5882236dc)
This commit is contained in:
committed by
Dustin Howett
parent
875d7ac97e
commit
ff7384b3db
@@ -504,7 +504,7 @@
|
||||
<comment>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.</comment>
|
||||
</data>
|
||||
<data name="Profile_Opacity.HelpText" xml:space="preserve">
|
||||
<value>Sets the transparency of the window.</value>
|
||||
<value>Sets the opacity of the window.</value>
|
||||
<comment>A description for what the "opacity" setting does. Presented near "Profile_Opacity.Header".</comment>
|
||||
</data>
|
||||
<data name="Profile_Advanced.Header" xml:space="preserve">
|
||||
@@ -624,7 +624,7 @@
|
||||
<comment>Header for a control to choose the opacity of the image presented on the background of the app.</comment>
|
||||
</data>
|
||||
<data name="Profile_BackgroundImageOpacity.HelpText" xml:space="preserve">
|
||||
<value>Sets the transparency of the background image.</value>
|
||||
<value>Sets the opacity of the background image.</value>
|
||||
<comment>A description for what the "background image opacity" setting does. Presented near "Profile_BackgroundImageOpacity".</comment>
|
||||
</data>
|
||||
<data name="Profile_BackgroundImageStretchMode.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
|
||||
Reference in New Issue
Block a user