Skip to content

Commit

Permalink
Add some disclaimer text to the schemes page (#12663)
Browse files Browse the repository at this point in the history
People get confused about this. This should help. It doesn't really fix it, but it should help.

* [x] Does enough for #9775 to get it out of 1.14
* [x] I work here
* [x] Screenshot below.

![image](https://user-images.githubusercontent.com/18356694/157732913-86f0af51-8c37-4827-9d21-5775d0bfdeb7.png)

* [ ] todo: Discuss the text here. @cinnamon-msft this sound good?

(cherry picked from commit 460a991)
  • Loading branch information
zadjii-msft authored and DHowett committed Mar 28, 2022
1 parent 3d55ca0 commit ca93ad3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
Margin="{StaticResource StandardIndentMargin}"
Spacing="24">

<TextBlock x:Uid="ColorSchemesDisclaimer"
Margin="{StaticResource StandardIndentMargin}"
Style="{StaticResource DisclaimerStyle}" />

<!-- Select Color and Add New Button -->
<StackPanel Margin="0,5,0,0"
Orientation="Horizontal">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,10 @@
<value>Cancel rename</value>
<comment>Text label for a button that can be used to cancel a rename operation during the renaming process.</comment>
</data>
<data name="ColorSchemesDisclaimer.Text" xml:space="preserve">
<value>Schemes defined here can be applied to your profiles under the "Appearances" section of the profile settings pages.</value>
<comment>A disclaimer presented at the top of a page. "Appearances" should match Profile_Appearance.Header.</comment>
</data>
<data name="Profile_BaseLayerDisclaimer.Text" xml:space="preserve">
<value>Settings defined here will apply to all profiles unless they are overridden by a profile's settings.</value>
<comment>A disclaimer presented at the top of a page. See "Nav_ProfileDefaults.Content" for a description on what the defaults layer does in the app.</comment>
Expand Down

0 comments on commit ca93ad3

Please sign in to comment.