Adding Preview tag to Resources File (#1239)

* Adding Preview tag to Resources File
This commit is contained in:
Quentin 2020-05-21 10:58:03 -05:00 committed by GitHub
parent 6d122192d2
commit 4f03f995a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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>