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

Fix things that confused xgettext

This commit is contained in:
Paul Licameli
2018-01-16 20:37:32 -05:00
parent 94827eaa45
commit 54553b82b7
3 changed files with 2 additions and 6 deletions

View File

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