diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
index 0db71048a..f5578e3bd 100644
--- a/src/AboutDialog.cpp
+++ b/src/AboutDialog.cpp
@@ -369,7 +369,7 @@ visit our [[https://forum.audacityteam.org/|forum]].");
// DA: Link for DA url too
#ifdef EXPERIMENTAL_DA
- wxT("
DarkAudacity website: [[https://www.darkaudacity.com/|https://www.darkaudacity.com/]]") +
+ wxT("
DarkAudacity website: [[http://www.darkaudacity.com/|https://www.darkaudacity.com/]]") +
#else
_("
Audacity® software is copyright © 1999-2018 Audacity Team.
")
diff --git a/src/HelpText.cpp b/src/HelpText.cpp
index e8180869a..5a09b694a 100644
--- a/src/HelpText.cpp
+++ b/src/HelpText.cpp
@@ -228,11 +228,12 @@ static wxString HelpTextBuiltIn( const wxString & Key )
// DA: Support methods text.
#ifdef EXPERIMENTAL_DA
+ // Deliberately not translated.
wxT("
DarkAudacity ") + AUDACITY_VERSION_STRING + wxT("
") +
- _("
DarkAudacity is based on Audacity:") + wxT("- ") +
- _(" [[https://www.darkaudacity.com|www.darkaudacity.com]] - for differences between them.") + wxT("
- ") +
- _(" email to [[mailto:james@audacityteam.org|james@audacityteam.org]] - for help using DarkAudacity.") + wxT("
- ") +
- _(" [[https://www.darkaudacity.com/video.html|Tutorials]] - for getting started with DarkAudacity.") + wxT("
") +
+ wxT("
DarkAudacity is based on Audacity:") + wxT("- ") +
+ wxT(" [[http://www.darkaudacity.com|www.darkaudacity.com]] - for differences between them.") + wxT("
- ") +
+ wxT(" email to [[mailto:james@audacityteam.org|james@audacityteam.org]] - for help using DarkAudacity.") + wxT("
- ") +
+ wxT(" [[http://www.darkaudacity.com/video.html|Tutorials]] - for getting started with DarkAudacity.") + wxT("
") +
wxT("
Audacity has these support methods:") + wxT("- ") +
wxT(" [[https://manual.audacityteam.org/|Manual]] - for comprehensive Audacity documentation") + wxT("
- ") +
diff --git a/src/widgets/HelpSystem.cpp b/src/widgets/HelpSystem.cpp
index 83ec6aa15..b8424b538 100644
--- a/src/widgets/HelpSystem.cpp
+++ b/src/widgets/HelpSystem.cpp
@@ -308,7 +308,7 @@ void HelpSystem::ShowHelp(wxWindow *parent,
#ifdef EXPERIMENTAL_DA
releasePageName = wxT("video") + HelpSystem::ReleaseSuffix + anchor;
localHelpPage = wxFileName(FileNames::HtmlHelpDir(), releasePageName).GetFullPath();
- webHelpPath = wxT("https://www.darkaudacity.com/");
+ webHelpPath = wxT("http://www.darkaudacity.com/");
#else
releasePageName = wxT("quick_help") + HelpSystem::ReleaseSuffix + anchor;
localHelpPage = wxFileName(FileNames::HtmlHelpDir(), releasePageName).GetFullPath();