We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c28e13 commit 6abd721Copy full SHA for 6abd721
src/cascadia/TerminalApp/ColorPickupFlyout.xaml
@@ -107,8 +107,7 @@
107
x:Uid="TabColorClearButton"
108
Grid.Column="0"
109
HorizontalAlignment="Stretch"
110
- Click="ClearColorButton_Click"
111
- Content="Reset" />
+ Click="ClearColorButton_Click" />
112
<ToggleButton x:Name="CustomColorButton"
113
x:Uid="TabColorCustomButton"
114
Grid.Column="1"
src/cascadia/TerminalApp/Resources/en-US/Resources.resw
@@ -823,4 +823,8 @@
823
<data name="ClosePaneToolTip" xml:space="preserve">
824
<value>Close the active pane if multiple panes are present</value>
825
</data>
826
+ <data name="TabColorClearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.FullDescription" xml:space="preserve">
827
+ <value>Reset tab color</value>
828
+ <comment>Text used to identify the reset button</comment>
829
+ </data>
830
</root>
0 commit comments