From 5b65647b3b115dc0e1db5f91d5c4cee195b04f48 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sat, 11 Oct 2014 12:04:44 +0000 Subject: [PATCH] 'Manual' with capital M when referring to OUR Manual. --- src/HelpText.cpp | 2 +- src/prefs/ModulePrefs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.") );