mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +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);
|
||||
mOK = true;
|
||||
mInteractive = true;
|
||||
mName = _("Nyquist Prompt...");
|
||||
mName = wxTRANSLATE("Nyquist Prompt");
|
||||
SetEffectFlags(PROCESS_EFFECT | BUILTIN_EFFECT | ADVANCED_EFFECT);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user