diff --git a/src/HelpText.cpp b/src/HelpText.cpp index 8d7961469..8f22f7a46 100644 --- a/src/HelpText.cpp +++ b/src/HelpText.cpp @@ -185,15 +185,14 @@ static wxString HelpTextBuiltIn( const wxString & Key ) /// so that they are consistent /* i18n-hint: Preserve [[file:quick_help.html as it's the name of a file.*/ return WrapText( - wxString(wxT("")) + - _("

How to Get Help

") + - _("Welcome to Audacity ") + AUDACITY_VERSION_STRING + wxT(".

") + - _("These are our support methods:") + wxT("

") + wxT("

") + - _(" For even quicker answers, all the online resources above are searchable.") + wxT("

") + wxString(wxT("")) + + wxT("

Audacity ") + AUDACITY_VERSION_STRING + wxT("

") + + _("How to get help") + wxT("

") + + _("These are our support methods:") + wxT("

") + wxT("") + + _("More: Visit our [[http://wiki.audacityteam.org/index.php|Wiki]] for tips, tricks, extra tutorials and effects plug-ins.") + wxT("

") ); } if(Key==wxT("wma-proprietary"))