From f0f097d6421829d432e43deec70321b198fa3ada Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 10 Mar 2022 12:41:53 -0600 Subject: [PATCH] Add some disclaimer text to the schemes page People get confused about this. This should help. It doesn't really fix it, but it should help. * [x] Closes #9775 * [x] I work here * [x] Screenshot below. --- src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml | 4 ++++ .../TerminalSettingsEditor/Resources/en-US/Resources.resw | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml b/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml index d4237e364cc..3515a213745 100644 --- a/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml +++ b/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml @@ -98,6 +98,10 @@ Margin="{StaticResource StandardIndentMargin}" Spacing="24"> + + diff --git a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw index a069c7de6ec..3a22ea0bcf4 100644 --- a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw @@ -1210,6 +1210,10 @@ Cancel rename Text label for a button that can be used to cancel a rename operation during the renaming process. + + Schemes defined here can be applied to your profiles under the "Appearances" section of the profile settings pages. + A disclaimer presented at the top of a page. "Appearances" should match Profile_Appearance.Header. + Settings defined here will apply to all profiles unless they are overridden by a profile's settings. 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.