mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-19 01:08:02 +01:00
Update pertaining to IS_BETA (no such thing any more) and I'm back in the credits now that we don't claim to be stable. Gale also gets '- quality manager' (in lower case like other in-line role descriptions) - as agreed by techleaders.
This commit is contained in:
@@ -56,14 +56,12 @@ void AboutDialog::CreateCreditsList()
|
||||
// The Audacity 1.3.x and 2.0.x team: developers and support
|
||||
AddCredit(wxT("Richard Ash"), roleTeamDeveloper);
|
||||
AddCredit(wxT("Michael Chinen"), roleTeamDeveloper);
|
||||
#if IS_BETA
|
||||
AddCredit(wxT("James Crook"), roleTeamDeveloper);
|
||||
#endif
|
||||
AddCredit(wxString(wxT("Roger Dannenberg - ")) + _("co-founder"), roleTeamDeveloper);
|
||||
AddCredit(wxT("Vaughan Johnson"), roleTeamDeveloper);
|
||||
AddCredit(wxT("Martyn Shaw"), roleTeamDeveloper);
|
||||
|
||||
AddCredit(wxT("Gale Andrews"), roleTeamSupport);
|
||||
AddCredit(wxString(wxT("Gale Andrews - ")) + _("quality assurance"), roleTeamSupport);
|
||||
AddCredit(wxT("Christian Brochec"), roleTeamSupport);
|
||||
AddCredit(wxT("Steve Daulton"), roleTeamSupport);
|
||||
AddCredit(wxT("Greg Kozikowski"), roleTeamSupport);
|
||||
@@ -200,15 +198,9 @@ void AboutDialog::PopulateAudacityPage( ShuttleGui & S )
|
||||
wxString par1Str = _(
|
||||
"Audacity is a free program written by a worldwide team of volunteer <a href=\"http://audacity.sourceforge.net/community/developers\">developers</a>. We thank <a href=\"http://sourceforge.net\">SourceForge.net</a> and <a href=\"http://code.google.com\">Google Code</a> for our project hosting. Audacity is <a href=\"http://audacity.sourceforge.net/download/\">available</a> for Windows, Mac, and GNU/Linux (and other Unix-like systems).");
|
||||
|
||||
#if IS_BETA // Is this beta or not?
|
||||
// TODO: IS_BETA is going away
|
||||
// No longer distribute betas, so translation no longer needed.
|
||||
wxString par2Str = wxT(
|
||||
"This is a Beta version of the program. It may contain bugs and unfinished features. We depend on your feedback: please send bug reports and feature requests to our <a href=\"mailto:feedback@audacityteam.org\">Feedback</a> address. For help, use the Help menu in the program, view the tips and tricks on our <a href=\"http://wiki.audacityteam.org/\">Wiki</a> or visit our <a href=\"http://forum.audacityteam.org/\">Forum</a>.");
|
||||
#else
|
||||
// No such thing as an official released 'beta' anymore, so keep this string simple.
|
||||
wxString par2Str = _(
|
||||
"If you find a bug or have a suggestion for us, please write to our <a href=\"mailto:feedback@audacityteam.org\">Feedback</a> address. For help, view the tips and tricks on our <a href=\"http://wiki.audacityteam.org/\">Wiki</a> or visit our <a href=\"http://forum.audacityteam.org/\">Forum</a>.");
|
||||
#endif
|
||||
|
||||
wxString translatorCredits;
|
||||
/* i18n-hint: The translation of "translator_credits" will appear
|
||||
|
||||
Reference in New Issue
Block a user