Update the year in the Copyright string (#320)

Templatize the copyright string and use a build variable to set the year for use across the entire app.

How changes were validated:
Tested with English and French and with different dates.
This commit is contained in:
Rudy Huyn
2019-03-25 11:11:24 -07:00
committed by Howard Wolosky
parent 4603d387ae
commit 65045e9375
67 changed files with 228 additions and 218 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@@ -2277,9 +2277,9 @@
<value>Microsoft Privacy Statement</value>
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
</data>
<data name="AboutControlCopyright.Text" xml:space="preserve">
<value>© 2018 Microsoft. All rights reserved.</value>
<comment>Copyright statement, displayed on the About panel</comment>
<data name="AboutControlCopyright" xml:space="preserve">
<value>© %1 Microsoft. All rights reserved.</value>
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
</data>
<data name="AboutButton.Content" xml:space="preserve">
<value>About</value>
@@ -2899,4 +2899,4 @@
<value>Microsoft Services Agreement</value>
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
</data>
</root>
</root>