mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Rename 1 / f scale to "Period"
This commit is contained in:
commit
0741fc3915
@ -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"));
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user