mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
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.
This commit is contained in:
parent
61410ebd79
commit
5ff55f989a
@ -988,8 +988,7 @@ void FreqWindow::Recalc()
|
|||||||
wss = 1.0;
|
wss = 1.0;
|
||||||
|
|
||||||
//Progress dialog over FFT operation
|
//Progress dialog over FFT operation
|
||||||
//wxLogDebug(wxT("Starting progress dialogue in FreqWindow::Recalc()"));
|
ProgressDialog *mProgress = new ProgressDialog(_("Plot Spectrum"),_("Drawing Spectrum"));
|
||||||
ProgressDialog *mProgress = new ProgressDialog(_("FreqWindow"),_("Drawing Spectrum"));
|
|
||||||
|
|
||||||
int start = 0;
|
int start = 0;
|
||||||
int windows = 0;
|
int windows = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user