mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
Remove line breaks now help window is smaller
This commit is contained in:
@@ -216,11 +216,11 @@ audio CDs</a>.") + wxT("</p>")
|
|||||||
if(Key == wxT("remotehelp") )
|
if(Key == wxT("remotehelp") )
|
||||||
{
|
{
|
||||||
// *URL* will be replaced by whatever URL we are looking for.
|
// *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 \
|
Please <a href=\"*URL*\">view the content online</a> or \
|
||||||
<a href=\"http://manual.audacityteam.org/o/man/unzipping_the_manual.html\"> \
|
<a href=\"http://manual.audacityteam.org/o/man/unzipping_the_manual.html\"> \
|
||||||
download the current Manual</a>.<br><br>\
|
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\".")
|
Interface Preferences to \"From Internet\".")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user