1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Bug1213: "Spectrogram" not "Spectrum" in tracks prefs.

This is a string change, however that string should be replicated elsewhere in\
the translation files.
This commit is contained in:
Paul Licameli 2015-09-23 09:13:42 -04:00
parent 39cc1fbc23
commit 8d5841331b

View File

@ -67,7 +67,7 @@ void TracksPrefs::Populate()
mViewChoices.Add(_("Waveform (dB)"));
mViewCodes.Add(int(WaveTrack::obsoleteWaveformDBDisplay));
mViewChoices.Add(_("Spectrum"));
mViewChoices.Add(_("Spectrogram"));
mViewCodes.Add(WaveTrack::Spectrum);
//------------------------- Main section --------------------