mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
indentation, final newlines, spelling, remove unused members
This commit is contained in:
@@ -300,16 +300,15 @@ audio CDs]]."),
|
||||
return WrapText(_("The Manual does not appear to be installed. \
|
||||
Please [[*URL*|view the Manual online]].<br><br>\
|
||||
To always view the Manual online, change \"Location of Manual\" in \
|
||||
Interface Preferences to \"From Internet\".")
|
||||
Interface Preferences to \"From Internet\"."));
|
||||
#else
|
||||
return WrapText(_("The Manual does not appear to be installed. \
|
||||
Please [[*URL*|view the Manual online]] or \
|
||||
[[http://manual.audacityteam.org/man/unzipping_the_manual.html| \
|
||||
download the Manual]].<br><br>\
|
||||
To always view the Manual online, change \"Location of Manual\" in \
|
||||
Interface Preferences to \"From Internet\".")
|
||||
Interface Preferences to \"From Internet\"."));
|
||||
#endif
|
||||
);
|
||||
}
|
||||
return wxT("");
|
||||
}
|
||||
|
Reference in New Issue
Block a user