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

Remove unnecesary Format, Printf, casts to wxString

This commit is contained in:
Paul Licameli
2017-09-30 12:19:44 -04:00
parent 7fd78183d2
commit e0970ad1e8
12 changed files with 71 additions and 51 deletions

View File

@@ -346,10 +346,10 @@ visit our [[http://forum.audacityteam.org/|forum]].");
#endif
/* i18n-hint: The Latin phrase, "In memory of" a deceased person, often untranslated in European languages */
wxT("<p><b>") + wxString::Format(_("In Memoriam")) + wxT("</b><br>") +
wxT("<p><b>") + _("In Memoriam") + wxT("</b><br>") +
GetCreditsByRole(roleDeceased) +
wxT("<p><b>") + wxString::Format(_("Audacity Team Members")) + wxT("</b><br>") +
wxT("<p><b>") + _("Audacity Team Members") + wxT("</b><br>") +
GetCreditsByRole(roleTeamMember) +
wxT("<p><b> ") + _("Emeritus:") + wxT("</b><br>") +