diff --git a/src/HelpText.cpp b/src/HelpText.cpp index 82191dab4..8e43d952f 100644 --- a/src/HelpText.cpp +++ b/src/HelpText.cpp @@ -201,11 +201,11 @@ static wxString HelpTextBuiltIn( const wxString & Key ) wxString(wxT("

"))+ _("Audacity can import unprotected files in many other formats (such as M4A and WMA, \ compressed WAV files from portable recorders and audio from video files) if you download and install \ -the optional \ +the optional \ FFmpeg library to your computer.") + wxT("

") + _("You can also read our help on importing \ -MIDI files \ -and tracks from \ +MIDI files \ +and tracks from \ audio CDs.") + wxT("

") ); } @@ -218,7 +218,7 @@ audio CDs.") + wxT("

") // *URL* will be replaced by whatever URL we are looking for. return WrapText(_("You do not appear to have the 'help' folder installed. \ Please view the content online or \ - \ + \ download the current Manual.

\ To always view the Manual online, change \"Location of Manual\" in \ Interface Preferences to \"From Internet\".") diff --git a/src/export/ExportMP3.cpp b/src/export/ExportMP3.cpp index d03d9cabf..4e26f904b 100644 --- a/src/export/ExportMP3.cpp +++ b/src/export/ExportMP3.cpp @@ -675,7 +675,7 @@ public: void OnDownload(wxCommandEvent & WXUNUSED(event)) { - wxString page = wxT("http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#lame"); + wxString page = wxT("http://manual.audacityteam.org/man/faq_installation_and_plug_ins.html#lame"); ::OpenInDefaultBrowser(page); }