mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-18 17:47:41 +02:00
And now make the Nyquist Prompt label change when the language changes
This commit is contained in:
parent
16ca4f17eb
commit
ba1a3c6c8c
@ -116,7 +116,7 @@ EffectNyquist::EffectNyquist(wxString fName)
|
|||||||
gPrefs->Read(wxT("/Effects/NyquistPrompt/Version"), &mVersion, 4);
|
gPrefs->Read(wxT("/Effects/NyquistPrompt/Version"), &mVersion, 4);
|
||||||
mOK = true;
|
mOK = true;
|
||||||
mInteractive = true;
|
mInteractive = true;
|
||||||
mName = _("Nyquist Prompt...");
|
mName = wxTRANSLATE("Nyquist Prompt");
|
||||||
SetEffectFlags(PROCESS_EFFECT | BUILTIN_EFFECT | ADVANCED_EFFECT);
|
SetEffectFlags(PROCESS_EFFECT | BUILTIN_EFFECT | ADVANCED_EFFECT);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user