mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
And now make the Nyquist Prompt label change when the language changes
This commit is contained in:
@@ -116,7 +116,7 @@ EffectNyquist::EffectNyquist(wxString fName)
|
||||
gPrefs->Read(wxT("/Effects/NyquistPrompt/Version"), &mVersion, 4);
|
||||
mOK = true;
|
||||
mInteractive = true;
|
||||
mName = _("Nyquist Prompt...");
|
||||
mName = wxTRANSLATE("Nyquist Prompt");
|
||||
SetEffectFlags(PROCESS_EFFECT | BUILTIN_EFFECT | ADVANCED_EFFECT);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user