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:
committed by
Howard Wolosky
parent
4603d387ae
commit
65045e9375
@@ -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>Deklarata e privatësisë e Microsoft</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. Të gjitha të drejtat të rezervuara.</value>
|
||||
<comment>Copyright statement, displayed on the About panel</comment>
|
||||
<data name="AboutControlCopyright" xml:space="preserve">
|
||||
<value>© %1 Microsoft. Të gjitha të drejtat të rezervuara.</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>Rreth</value>
|
||||
@@ -2899,4 +2899,4 @@
|
||||
<value>Marrëveshja e shërbimeve të Microsoft</value>
|
||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
||||
|
Reference in New Issue
Block a user