Adding Preview tag to Resources File (#1239)
* Adding Preview tag to Resources File
This commit is contained in:
parent
6d122192d2
commit
4f03f995a2
@ -50,8 +50,8 @@
|
||||
<Rectangle Style="{ThemeResource PreviewTagRectStyle}"
|
||||
RadiusX="2"
|
||||
RadiusY="2"/>
|
||||
<TextBlock Style="{ThemeResource PreviewTagTextStyle}"
|
||||
FontWeight="SemiBold"
|
||||
Text="Preview"/>
|
||||
<TextBlock x:Uid="PreviewTag"
|
||||
Style="{ThemeResource PreviewTagTextStyle}"
|
||||
FontWeight="SemiBold"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
@ -2729,6 +2729,10 @@
|
||||
<value>Microsoft Software License Terms</value>
|
||||
<comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>
|
||||
</data>
|
||||
<data name="PreviewTag.Text" xml:space="preserve">
|
||||
<value>Preview</value>
|
||||
<comment>Label displayed next to upcoming features</comment>
|
||||
</data>
|
||||
<data name="AboutControlPrivacyStatement.Text" xml:space="preserve">
|
||||
<value>Microsoft Privacy Statement</value>
|
||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||
|
Loading…
Reference in New Issue
Block a user