From 8991fe752177614e670933121bc4e18713482af9 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 26 Feb 2018 14:09:07 +0000 Subject: [PATCH] Fix incorrect https and translation markings. - DarkAudacity website does not support https, so don't specify https in strings. - Don't translate text about DarkAudacity. --- src/AboutDialog.cpp | 2 +- src/HelpText.cpp | 9 +++++---- src/widgets/HelpSystem.cpp | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) 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("") + + wxT("

DarkAudacity is based on Audacity:") + wxT("") + wxT("

Audacity has these support methods:") + wxT("