1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Remove line breaks now help window is smaller

This commit is contained in:
Gale Andrews 2016-08-09 17:55:03 +01:00 committed by GitHub
parent 256a8aaedd
commit 8cb8e59046

View File

@ -216,11 +216,11 @@ audio CDs</a>.") + wxT("</p>")
if(Key == wxT("remotehelp") )
{
// *URL* will be replaced by whatever URL we are looking for.
return WrapText(_("You do not appear to have the 'help' folder installed.<br> \
return WrapText(_("You do not appear to have the 'help' folder installed. \
Please <a href=\"*URL*\">view the content online</a> or \
<a href=\"http://manual.audacityteam.org/o/man/unzipping_the_manual.html\"> \
download the current Manual</a>.<br><br>\
To always view the Manual online, change \"Location of Manual\" in<br> \
To always view the Manual online, change \"Location of Manual\" in \
Interface Preferences to \"From Internet\".")
);
}