1
0
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:
lllucius@gmail.com
2014-12-15 22:45:52 +00:00
parent ba1a3c6c8c
commit 3bd511698a

View File

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