From e8bf7a41ebab921a75ad6e57501914b6a4b65690 Mon Sep 17 00:00:00 2001 From: Gale Andrews Date: Sun, 11 Sep 2016 17:31:25 +0100 Subject: [PATCH] Use agreed www. version of our address rather than some entries with and some not. --- src/AboutDialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 4626e737b..908f93d40 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -269,8 +269,8 @@ void AboutDialog::PopulateAudacityPage( ShuttleGui & S ) CreateCreditsList(); wxString par1Str = _( -"Audacity is a free program written by a worldwide team of [[http://audacityteam.org/about/credits|volunteers]]. \ -Audacity is [[http://audacityteam.org/download|available]] for Windows, Mac, and GNU/Linux (and other Unix-like systems)."); +"Audacity is a free program written by a worldwide team of [[http://www.audacityteam.org/about/credits|volunteers]]. \ +Audacity is [[http://www.audacityteam.org/download|available]] for Windows, Mac, and GNU/Linux (and other Unix-like systems)."); // This trick here means that the English language version won't mention using // English, whereas all translated versions will. @@ -302,7 +302,7 @@ visit our [[http://forum.audacityteam.org/|forum]]."); wxString( wxT("
")) + wxT("

Audacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("

") + _("Free, open source, cross-platform software for recording and editing sounds.") + - wxT(" [[http://audacityteam.org/|http://audacityteam.org/]]") + + wxT(" [[http://www.audacityteam.org/|http://www.audacityteam.org/]]") + wxT("


") + par1Str + wxT("

") + par2Str + wxT("

") + _("Credits") + wxT("

") + wxT("

") +