mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
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.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user