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("- ") +
- _(" [[file:quick_help.html|Quick Help]] (should be installed locally, Internet version if it isn't)") + wxT("
- ") +
- _(" [[file:index.html|Manual]] (should be installed locally, Internet version if it isn't)") + wxT("
- ") +
- _(" [[http://wiki.audacityteam.org/index.php|Wiki]] (the latest tips, tricks and tutorials, on the Internet)") + wxT("
- ") +
- _(" Forum (ask your question directly, on the Internet)") + 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("- ") +
+ _(" [[file:quick_help.html|Quick Help]] - if not installed locally, view online") + wxT("
- ") +
+ _(" [[file:index.html|Manual]] - if not installed locally, view online") + wxT("
- ") +
+ _(" Forum - ask your question directly, online.") + 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"))