1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

Updated text and comments.

Added text for user about need to restart Audacity for modules to take effect.  Corrected typo.  Comments now mention more modules and a TODO.
This commit is contained in:
james.k.crook@gmail.com 2014-10-10 10:51:51 +00:00
parent 14e0380444
commit 1dee669c1b

View File

@ -48,6 +48,8 @@ void ModulePrefs::GetAllModuleStatuses(){
// mod-nyq-bench // mod-nyq-bench
// mod-track-panel // mod-track-panel
// TODO: On an Audacity upgrade we should (?) actually untick modules.
// The old modules might be still around, and we do not want to use them.
mModules.Clear(); mModules.Clear();
mStatuses.Clear(); mStatuses.Clear();
@ -96,9 +98,10 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(_("")); S.StartStatic(_(""));
{ {
S.AddFixedText(_("These are experimental Modules. Enable them only if you've read the manual\nand know what you are doing.") ); S.AddFixedText(_("These are experimental Modules. Enable them only if you've read the manual\nand know what you are doing.") );
S.AddFixedText(wxString(wxT(" ")) + _("'Ask' means Audacity will ask if you want to load the plug-each time it starts.") ); S.AddFixedText(wxString(wxT(" ")) + _("'Ask' means Audacity will ask if you want to load the plug-in each time it starts.") );
S.AddFixedText(wxString(wxT(" ")) + _("'Failed' means Audacity thinks the plug-in is broken and won't run it.") ); S.AddFixedText(wxString(wxT(" ")) + _("'Failed' means Audacity thinks the plug-in is broken and won't run it.") );
S.AddFixedText(wxString(wxT(" ")) + _("'New' means no choice has been made yet.") ); S.AddFixedText(wxString(wxT(" ")) + _("'New' means no choice has been made yet.") );
S.AddFixedText(_("Changes to these settings only take effect when Audacity starts up."));
S.StartScroller(); S.StartScroller();
{ {
S.StartMultiColumn( 2 ); S.StartMultiColumn( 2 );