1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Update Credits

- Add Dmitry
- Show roles for Peter
This commit is contained in:
James Crook 2021-05-05 15:21:09 +01:00
parent 307790d81e
commit 92d1a34366

View File

@ -90,9 +90,15 @@ void AboutDialog::CreateCreditsList()
const auto developerFormat = const auto developerFormat =
/* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */ /* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */
XO("%s, developer"); XO("%s, developer");
const auto developerAndSupprtFormat =
/* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */
XO("%s, developer and support");
const auto documentationAndSupportFormat = const auto documentationAndSupportFormat =
/* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */ /* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */
XO("%s, documentation and support"); XO("%s, documentation and support");
const auto qaDocumentationAndSupportFormat =
/* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */
XO("%s, QA tester, documentation and support");
const auto documentationAndSupportFrenchFormat = const auto documentationAndSupportFrenchFormat =
/* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */ /* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */
XO("%s, documentation and support, French"); XO("%s, documentation and support, French");
@ -129,7 +135,8 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("Greg Kozikowski"), documentationAndSupportFormat, roleTeamMember); AddCredit(wxT("Greg Kozikowski"), documentationAndSupportFormat, roleTeamMember);
AddCredit(wxT("Paul Licameli"), developerFormat, roleTeamMember); AddCredit(wxT("Paul Licameli"), developerFormat, roleTeamMember);
AddCredit(wxT("Leland Lucius"), developerFormat, roleTeamMember); AddCredit(wxT("Leland Lucius"), developerFormat, roleTeamMember);
AddCredit(wxT("Peter Sampson"), roleTeamMember); AddCredit(wxT("Peter Sampson"), qaDocumentationAndSupportFormat, roleTeamMember);
AddCredit(wxT("Dmitry Vedenko"), developerFormat, roleTeamMember);
AddCredit(wxT("Bill Wharrie"), documentationAndSupportFormat, roleTeamMember); AddCredit(wxT("Bill Wharrie"), documentationAndSupportFormat, roleTeamMember);
// Emeritus: people who were "lead developers" or made an // Emeritus: people who were "lead developers" or made an