1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 22:21:15 +01:00

'Manual' with capital M when referring to OUR Manual.

This commit is contained in:
james.k.crook@gmail.com
2014-10-11 12:04:44 +00:00
parent 00d8875fd7
commit 5b65647b3b
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(_(""));
{
S.AddFixedText(_("These are experimental mods. Enable them only if you've read the manual\nand know what you are doing.") );
S.AddFixedText(_("These are experimental mods. Enable them only if you've read The Audacity Manual\nand know what you are doing.") );
S.AddFixedText(wxString(wxT(" ")) + _("'Ask' means Audacity will ask if you want to load the mod each time it starts.") );
S.AddFixedText(wxString(wxT(" ")) + _("'Failed' means Audacity thinks the mod is broken and won't run it.") );
S.AddFixedText(wxString(wxT(" ")) + _("'New' means no choice has been made yet.") );