diff --git a/src/HelpText.cpp b/src/HelpText.cpp index dc36564d4..63fd022ea 100644 --- a/src/HelpText.cpp +++ b/src/HelpText.cpp @@ -221,7 +221,7 @@ audio CDs.") + wxT("

") Please view the content online or \ \ download the current Manual.

\ -To always view the manual online, change \"Location of Manual\" in
\ +To always view the Manual online, change \"Location of Manual\" in
\ Interface Preferences to \"From Internet\".") ); } diff --git a/src/prefs/ModulePrefs.cpp b/src/prefs/ModulePrefs.cpp index 24a365ada..7d62dd722 100644 --- a/src/prefs/ModulePrefs.cpp +++ b/src/prefs/ModulePrefs.cpp @@ -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.") );