1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Remove post-translation substitutions

This commit is contained in:
Paul Licameli
2018-02-05 10:08:38 -05:00
parent 0aad028c9b
commit 586542bfe2
2 changed files with 19 additions and 48 deletions

View File

@@ -371,14 +371,9 @@ visit our [[https://forum.audacityteam.org/|forum]].");
#ifdef EXPERIMENTAL_DA
wxT("<br>DarkAudacity website: [[https://www.darkaudacity.com/|https://www.darkaudacity.com/]]") +
#else
[]{
// 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>&nbsp; &nbsp; <b>Audacity<sup>&reg;</sup></b> software is copyright &copy; 1999-2017 Audacity Team.<br>");
str.Replace( wxT("2017"), wxT("2018") );
return str;
}() +
_("<p><br>&nbsp; &nbsp; <b>Audacity<sup>&reg;</sup></b> software is copyright &copy; 1999-2018 Audacity Team.<br>")
+
_("&nbsp; &nbsp; The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>") +
#endif