1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

ERBS -> ERB

Accepted argument that ERB was technically more correct.  Searching graphs on the internet, you don't see 'ERBS'
This commit is contained in:
James Crook 2015-09-03 19:41:04 +01:00
parent 33cce4eba9
commit fa5d9301f3

View File

@ -160,7 +160,7 @@ const wxArrayString &SpectrogramSettings::GetScaleNames()
/* i18n-hint: The name of a frequency scale in psychoacoustics, named for Heinrich Barkhausen */
mContents.Add(_("Bark"));
/* i18n-hint: The name of a frequency scale in psychoacoustics, abbreviates Equivalent Rectangular Bandwidth */
mContents.Add(_("ERBS"));
mContents.Add(_("ERB"));
/* i18n-hint: Time units, that is Period = 1 / Frequency */
mContents.Add(_("Period"));
}