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:
parent
39cc1fbc23
commit
8d5841331b
@ -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 --------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user