diff --git a/src/prefs/TracksPrefs.cpp b/src/prefs/TracksPrefs.cpp index 2b480bc20..aa6046ca5 100644 --- a/src/prefs/TracksPrefs.cpp +++ b/src/prefs/TracksPrefs.cpp @@ -63,7 +63,7 @@ void TracksPrefs::Populate() mViewChoices.Add(_("Spectrogram")); mViewChoices.Add(_("Spectrogram log(f)")); mViewChoices.Add(_("Spectral Selection")); - mViewChoices.Add(_("Spectrogram Selection log(f)")); + mViewChoices.Add(_("Spectral Selection log(f)")); mViewChoices.Add(_("Pitch (EAC)")); //------------------------- Main section --------------------