mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Adding Preview tag to Resources File (#1239)
* Adding Preview tag to Resources File
This commit is contained in:
parent
6d122192d2
commit
4f03f995a2
2 changed files with 7 additions and 3 deletions
|
@ -50,8 +50,8 @@
|
||||||
<Rectangle Style="{ThemeResource PreviewTagRectStyle}"
|
<Rectangle Style="{ThemeResource PreviewTagRectStyle}"
|
||||||
RadiusX="2"
|
RadiusX="2"
|
||||||
RadiusY="2"/>
|
RadiusY="2"/>
|
||||||
<TextBlock Style="{ThemeResource PreviewTagTextStyle}"
|
<TextBlock x:Uid="PreviewTag"
|
||||||
FontWeight="SemiBold"
|
Style="{ThemeResource PreviewTagTextStyle}"
|
||||||
Text="Preview"/>
|
FontWeight="SemiBold"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|
|
@ -2729,6 +2729,10 @@
|
||||||
<value>Microsoft Software License Terms</value>
|
<value>Microsoft Software License Terms</value>
|
||||||
<comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>
|
||||||
</data>
|
</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">
|
<data name="AboutControlPrivacyStatement.Text" xml:space="preserve">
|
||||||
<value>Microsoft Privacy Statement</value>
|
<value>Microsoft Privacy Statement</value>
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue