mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Update copyright date in About window
This commit is contained in:
@@ -325,7 +325,7 @@ visit our [[http://forum.audacityteam.org/|forum]].");
|
|||||||
wxT("<h3>DarkAudacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("</center></h3>") +
|
wxT("<h3>DarkAudacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("</center></h3>") +
|
||||||
wxT("Customised version of the Audacity free, open source, cross-platform software " ) +
|
wxT("Customised version of the Audacity free, open source, cross-platform software " ) +
|
||||||
wxT("for recording and editing sounds.") +
|
wxT("for recording and editing sounds.") +
|
||||||
wxT("<p><br> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2017 Audacity Team.<br>") +
|
wxT("<p><br> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2018 Audacity Team.<br>") +
|
||||||
wxT(" The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>") +
|
wxT(" The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>") +
|
||||||
|
|
||||||
#else
|
#else
|
||||||
@@ -371,7 +371,15 @@ visit our [[http://forum.audacityteam.org/|forum]].");
|
|||||||
#ifdef EXPERIMENTAL_DA
|
#ifdef EXPERIMENTAL_DA
|
||||||
wxT("<br>DarkAudacity website: [[http://www.darkaudacity.com/|http://www.darkaudacity.com/]]") +
|
wxT("<br>DarkAudacity website: [[http://www.darkaudacity.com/|http://www.darkaudacity.com/]]") +
|
||||||
#else
|
#else
|
||||||
_("<p><br> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2017 Audacity Team.<br>") +
|
[]{
|
||||||
|
// Will this post-translation substitution work in all locales?
|
||||||
|
// As of 2.2.2, yes for all of the up-to-date languages.
|
||||||
|
auto str =
|
||||||
|
_("<p><br> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2017 Audacity Team.<br>");
|
||||||
|
str.Replace( wxT("2017"), wxT("2018") );
|
||||||
|
return str;
|
||||||
|
}() +
|
||||||
|
|
||||||
_(" The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>") +
|
_(" The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>") +
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user