From 5ff55f989af9d2d51b5f14002e8b199d40f55642 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Sat, 11 Feb 2012 01:28:05 +0000 Subject: [PATCH] Change the name of the "Drawing Spectrum" progress dialog from "FreqWindow" to "Plot Spectrum". I don't think this needs re-translation because that string already exists elsewhere, but "FreqWindow" doesn't mean anything in standard English, so shouldn't be a dialog title, and can't be translated anyway. --- src/FreqWindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FreqWindow.cpp b/src/FreqWindow.cpp index fb522f36e..0f3b4ca2b 100644 --- a/src/FreqWindow.cpp +++ b/src/FreqWindow.cpp @@ -988,8 +988,7 @@ void FreqWindow::Recalc() wss = 1.0; //Progress dialog over FFT operation - //wxLogDebug(wxT("Starting progress dialogue in FreqWindow::Recalc()")); - ProgressDialog *mProgress = new ProgressDialog(_("FreqWindow"),_("Drawing Spectrum")); + ProgressDialog *mProgress = new ProgressDialog(_("Plot Spectrum"),_("Drawing Spectrum")); int start = 0; int windows = 0;