mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Leave the ellipse until after 2.1.0
Some of the locales do not have a translation for "Nyquist Prompt", but do have one for "Nyquist Prompt...", so leave the ellipse for now.
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 = wxTRANSLATE("Nyquist Prompt");
|
||||
mName = wxTRANSLATE("Nyquist Prompt...");
|
||||
SetEffectFlags(PROCESS_EFFECT | BUILTIN_EFFECT | ADVANCED_EFFECT);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user