1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +01:00

Calling Spectrograms what they are, a patch by Thor Andreassen.

This commit is contained in:
martynshaw99
2011-05-02 22:15:23 +00:00
parent 1ddf09da3e
commit 352cca2c59
2 changed files with 4 additions and 4 deletions

View File

@@ -57,8 +57,8 @@ void TracksPrefs::Populate()
mViewChoices.Add(_("Waveform"));
mViewChoices.Add(_("Waveform (dB)"));
mViewChoices.Add(_("Spectrum"));
mViewChoices.Add(_("Spectrum log(f)"));
mViewChoices.Add(_("Spectrogram"));
mViewChoices.Add(_("Spectrogram log(f)"));
mViewChoices.Add(_("Pitch (EAC)"));
//------------------------- Main section --------------------