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

Rename 1 / f scale to "Period"

This commit is contained in:
Paul Licameli 2015-08-31 14:58:20 -04:00
commit 0741fc3915

View File

@ -159,8 +159,8 @@ const wxArrayString &SpectrogramSettings::GetScaleNames()
mContents.Add(_("Bark"));
/* i18n-hint: The name of a frequency scale in psychoacoustics, abbreviates Equivalent Rectangular Bandwidth */
mContents.Add(_("ERBS"));
/* i18n-hint: A mathematical formula where f stands for frequency */
mContents.Add(_("1 / f"));
/* i18n-hint: Time units, that is Period = 1 / Frequency */
mContents.Add(_("Period"));
}
};