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
@@ -2277,9 +2277,9 @@
|
||||
<value>Declaración de privacidad de 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. Todos los derechos reservados.</value>
|
||||
<comment>Copyright statement, displayed on the About panel</comment>
|
||||
<data name="AboutControlCopyright" xml:space="preserve">
|
||||
<value>© %1 Microsoft. Todos los derechos reservados.</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>Acerca de</value>
|
||||
|
Reference in New Issue
Block a user