diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index c329e18a3..5ada37d5c 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -414,7 +414,7 @@ bool EffectNyquist::PromptUser() if (mInteractive) { NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1, - _("Nyquist Prompt..."), + _("Nyquist Prompt"), _("Enter Nyquist Command: "), mCmd); dlog.CentreOnParent();