From 92d1a343668000e8119e692d40d8bfef3afd7a7e Mon Sep 17 00:00:00 2001 From: James Crook Date: Wed, 5 May 2021 15:21:09 +0100 Subject: [PATCH] Update Credits - Add Dmitry - Show roles for Peter --- src/AboutDialog.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 5abc8a0ab..e82c9e76e 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -90,9 +90,15 @@ void AboutDialog::CreateCreditsList() const auto developerFormat = /* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */ 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 = /* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */ 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 = /* i18n-hint: For "About Audacity..." credits, substituting a person's proper name */ XO("%s, documentation and support, French"); @@ -129,7 +135,8 @@ void AboutDialog::CreateCreditsList() AddCredit(wxT("Greg Kozikowski"), documentationAndSupportFormat, roleTeamMember); AddCredit(wxT("Paul Licameli"), 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); // Emeritus: people who were "lead developers" or made an