mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +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"));
|
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"));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user