1
0
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:
Paul Licameli
2017-10-19 13:08:04 -04:00
parent da5e5e51c9
commit 9612e3d971
16 changed files with 13 additions and 49 deletions

View File

@@ -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("");
}