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:
@@ -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>") +
|
||||
|
Reference in New Issue
Block a user