1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Rename 1 / f scale to "Period"

This commit is contained in:
Paul Licameli
2015-08-31 13:16:23 -04:00
parent cd42fa2448
commit 4dc4932efb

View File

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