1
0
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:
lllucius 2014-12-15 22:36:36 +00:00
parent 16ca4f17eb
commit ba1a3c6c8c

View File

@ -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;
}